- Timestamp:
- Sep 22, 2010 5:55:07 PM (14 years ago)
- Branches:
- axis_example, compt_changes, info-ops, master
- Children:
- 71461a4
- Parents:
- 2628e5d
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
fedd/fedd_to_abac.py
r2628e5d rdc3a11e 92 92 print 'Unmatched line: %s' % l 93 93 if id: 94 # New and create are implicit. >sigh< 95 r.extend(('new', 'create')) 94 96 if id in roles: roles[id].add_roles(r) 95 97 else: roles[id] = identity(r[0], r) … … 104 106 '--key=%s' % (opts.key or 'key_file'), '--role=%s' % r, 105 107 '--subject-id=%s' % k, 106 '--out=%s/%s%03d .der' % \108 '--out=%s/%s%03d_attr.der' % \ 107 109 (opts.dir or 'new_cert_dir', id.name, i)] 108 110 if debug:
Note: See TracChangeset
for help on using the changeset viewer.