Changes between Version 24 and Version 25 of FeddGettingStarted


Ignore:
Timestamp:
Jun 12, 2014 2:05:45 PM (10 years ago)
Author:
faber
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • FeddGettingStarted

    v24 v25  
    283283 * Additional software and data is moved into federated experiments using the access controller's ssh identity to log in as the user in question.
    284284
    285 The analogue {{{to exp_access.db.py}}} for DETER access controllers is {{{deter_exp_access_db.py}}}.  It takes the same selection praameters as {{{to exp_access.db.py}}} and two others:
     285The analogue {{{to exp_access.db.py}}} for DETER access controllers is {{{access_exp_access_db.py}}}.  It takes the same selection praameters as {{{to exp_access.db.py}}} and two others:
    286286
    287287 * --testbed takes the X.509 certificate of this experiment controller.  This is used to get the fedid of the experiment controller.
    288  * --cert-dir is the pathname under the access controller's home in which copies of users' X.509 identities will be stored.
     288 * --cert_dir is the pathname under the access controller's home in which copies of users' X.509 identities will be stored.
    289289
    290290This script is run on boss, so copy the experiment controller's certificate to boss as {{{cert.pem}}} and run something like:
    291291
    292292{{{
    293 deter_exp_access_db.py --testbed cert.pem --cert-dir deter_certs
     293access_exp_access_db.py --testbed cert.pem --cert_dir deter_certs
    294294}}}
    295295
     
    299299
    300300{{{
    301 db_to_certs.py --cert-dir deter_certs
     301db_to_certs.py --cert_dir deter_certs
    302302}}}
    303303