Changeset dc3a11e


Ignore:
Timestamp:
Sep 22, 2010 5:55:07 PM (14 years ago)
Author:
Ted Faber <faber@…>
Branches:
axis_example, compt_changes, info-ops, master
Children:
71461a4
Parents:
2628e5d
Message:

Properly format files with _attr.der and add the new attribute

File:
1 edited

Legend:

Unmodified
Added
Removed
  • fedd/fedd_to_abac.py

    r2628e5d rdc3a11e  
    9292                print 'Unmatched line: %s' % l
    9393            if id:
     94                # New and create are implicit.  >sigh<
     95                r.extend(('new', 'create'))
    9496                if id in roles: roles[id].add_roles(r)
    9597                else: roles[id] = identity(r[0], r)
     
    104106                '--key=%s' % (opts.key or 'key_file'), '--role=%s' % r,
    105107                '--subject-id=%s' % k,
    106                 '--out=%s/%s%03d.der' % \
     108                '--out=%s/%s%03d_attr.der' % \
    107109                        (opts.dir or 'new_cert_dir', id.name, i)]
    108110        if debug:
Note: See TracChangeset for help on using the changeset viewer.