Changes between Version 18 and Version 19 of FeddSkelPlugin
- Timestamp:
- Mar 10, 2011 7:47:42 PM (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
FeddSkelPlugin
v18 v19 12 12 * make subdirectories in it called {{{certs}}} and {{{userconf}}}. The {{{certs}}} directory must be writeable. 13 13 * Copy [attachment:skel.conf] into thie configuration directory. 14 * Copy [attachment:skel_access] into the configuration directory 14 * Copy [attachment:skel_access] into the configuration directory (we will convert this to ABAC) 15 15 * [FeddConfig#MakingaFedidCertificate Create a certificate representing a fedid] in this directory. 16 16 * Copy [attachment:guest.pem] to your local machine. It need not be in the configuration directory. 17 17 * Follow the steps below to edit [attachment:skel.conf] for your installation. 18 * Convert [attachment:skel_access] to ABAC 18 19 19 20 If you put the certificate you created above into {{{fedd.pem}}} all you need to do is change the first line to include the full pathname to your configuration directory. Something like: … … 38 39 39 40 The next sections explains the contents of the configuration files in more detail, but you can skip ahead to [FeddSkelPlugin#RunningTheSkeleton running the plug-in] if you perfer. 41 42 === Converting to ABAC === 43 44 The fedd running at users is running with ABAC, so your skeleton needs to support it as well. The way to do this is to do: 45 46 {{{ 47 $ cd /my/config/directory 48 $ $ access_to_abac.py --cert=fedd.pem --dir=abac --map=skel.map --type=skel skel_access 49 }}} 50 51 We discuss [wiki:FeddABAC#access_to_abac.py access_to_abac.py] on the [wiki:FeddABAC] page. 40 52 41 53 == Configuration File Contents ==