Changes between Version 31 and Version 32 of FeddDownload
- Timestamp:
- Jun 13, 2014 2:04:54 PM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
FeddDownload
v31 v32 46 46 Your install will include the python package called `federation` and the following 47 47 scripts: 48 `/usr/local/bin/access_exp_access_db.py`:: 49 application to simplify creating access controller databases 48 50 `/usr/local/bin/access_to_abac.py`:: 49 51 [wiki:FeddABAC#access_to_abac.py converts] access controller authorization databases to ABAC. … … 52 54 `/usr/local/bin/creddy_split.py`:: 53 55 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 56 `/usr/local/bin/db_to_certs.py`:: 57 utility to simplify setting up a DETER access controller 54 58 `/usr/local/bin/dump_abac_authorizer.py`:: 55 59 Debugging tool to display the contents of an ABAC authorizer directory in human-readable format. … … 76 80 `/usr/local/bin/fedd_ns2topdl.py`:: 77 81 converts an ns2 representation of an experiment to a topdl one 82 `/usr/local/bin/fedd_operation.py`:: 83 accesses the [FeddInfoOperation operations interface] 78 84 `/usr/local/bin/fedd_spewlog.py`:: 79 85 monitor the process of creating an experiment … … 84 90 `/usr/local/bin/fedid.py`:: 85 91 command line tool for getting fedids from X509 certificates 92 `/usr/local/bin/import_abac_creds.py`:: 93 adds an X.509 ABAC credential directly to a fedd authorizer. 86 94 87 95 These scripts are documented in more detail on the [FeddCommands commands page].