Changes between Version 18 and Version 19 of FeddSkelPlugin


Ignore:
Timestamp:
Mar 10, 2011 7:47:42 PM (13 years ago)
Author:
faber
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • FeddSkelPlugin

    v18 v19  
    1212 * make subdirectories in it called {{{certs}}} and {{{userconf}}}.  The {{{certs}}} directory must be writeable.
    1313 * 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)
    1515 * [FeddConfig#MakingaFedidCertificate Create a certificate representing a fedid] in this directory.
    1616 * Copy [attachment:guest.pem] to your local machine.  It need not be in the configuration directory.
    1717 * Follow the steps below to edit [attachment:skel.conf] for your installation.
     18 * Convert [attachment:skel_access] to ABAC
    1819
    1920If 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:
     
    3839
    3940The 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
     44The 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
     51We discuss [wiki:FeddABAC#access_to_abac.py access_to_abac.py] on the [wiki:FeddABAC] page.
    4052
    4153== Configuration File Contents ==