Changes between Version 15 and Version 16 of FeddABAC


Ignore:
Timestamp:
Apr 9, 2012 3:04:53 PM (12 years ago)
Author:
faber
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • FeddABAC

    v15 v16  
    146146If {{{--file}}} is not given, the [FeddDatabases#AccessComponentAccessDB accessDB] to convert must follow.
    147147
     148=== dump_abac_authorizer.py ===
     149
     150The {{{dump_abac_authorizer.py}}} program prints the contenst of an abac authorizer.  It takes one parameter, the directory containing the authorizer, and prints the contents of the authorizer.  The first line is the keyid of the fedd that uses the authorizer.  Each line after that is an ABAC credential in RT0 logic.
     151
     152For example:
     153{{{
     154$ dump_abac_authorizer.py abac/
     155b9325180cc55b2af23bbfed6435d365449ab4afa
     156b9325180cc55b2af23bbfed6435d365449ab4afa.new <- d18901f621eaa03507867212cd48c2b8d686d742
     157b9325180cc55b2af23bbfed6435d365449ab4afa.create <- d18901f621eaa03507867212cd48c2b8d686d742
     158b9325180cc55b2af23bbfed6435d365449ab4afa.faber <- d18901f621eaa03507867212cd48c2b8d686d742
     159b9325180cc55b2af23bbfed6435d365449ab4afa.feduser <- d18901f621eaa03507867212cd48c2b8d686d742
     160}}}
     161
    148162=== import_abac_creds.py ===
    149163