Changes between Version 21 and Version 22 of FeddDownload
- Timestamp:
- Jan 16, 2011 8:37:16 PM (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
FeddDownload
v21 v22 62 62 * M2Crypto (requires [http://www.swig.org/ swig]. Most package systems will fetch and install swig as well) 63 63 * MySQLdb 64 * [http://abac.deterlab.net libabac] and its dependencies. 64 65 65 66 Versions of M2Crypto before 0.20 will require … … 85 86 Your install will include the python package called `federation` and the following 86 87 scripts: 87 88 `/usr/local/bin/access_to_abac.py`:: 89 [wiki:FeddABAC#access_to_abac.py converts] existing access controller DBs to ABAC. 90 `/usr/local/bin/cert_to_fedid.py`:: 91 create a self-signed certificate from an existing hierarchical X.509 certificate and key. 88 92 `/usr/local/bin/confirm_sshkey.py`:: 89 93 used in certain static project installs, see [FeddConfig configuring] 94 `/usr/local/bin/creddy_split.py`:: 95 Split a combination X.509 certificate and key file into two separate files, useful for working with the [http://abac.deterlab.net libabac] [http://abac.deterlab.net/wiki/Creddy creddy] utility 96 `/usr/local/bin/dump_abac_authorizer.py`:: 97 Debugging tool to display the contents of an ABAC authorizer directory in human-readable format. 90 98 `/usr/local/bin/exp_access_db.py`:: 91 99 application to simplify creating experiment creation databases … … 114 122 `/usr/local/bin/fedd_terminate.py`:: 115 123 ends an experiment 124 `/usr/local/bin/fedd_to_abac.py`:: 125 [wiki:FeddABAC#fedd_to_abac.py converts] existing experiment controller DBs to ABAC. 116 126 `/usr/local/bin/fedid.py`:: 117 127 command line tool for getting fedids from X509 certificates