| 148 | === dump_abac_authorizer.py === |
| 149 | |
| 150 | The {{{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 | |
| 152 | For example: |
| 153 | {{{ |
| 154 | $ dump_abac_authorizer.py abac/ |
| 155 | b9325180cc55b2af23bbfed6435d365449ab4afa |
| 156 | b9325180cc55b2af23bbfed6435d365449ab4afa.new <- d18901f621eaa03507867212cd48c2b8d686d742 |
| 157 | b9325180cc55b2af23bbfed6435d365449ab4afa.create <- d18901f621eaa03507867212cd48c2b8d686d742 |
| 158 | b9325180cc55b2af23bbfed6435d365449ab4afa.faber <- d18901f621eaa03507867212cd48c2b8d686d742 |
| 159 | b9325180cc55b2af23bbfed6435d365449ab4afa.feduser <- d18901f621eaa03507867212cd48c2b8d686d742 |
| 160 | }}} |
| 161 | |