Ignore:
Timestamp:
Nov 19, 2010 5:56:49 PM (13 years ago)
Author:
Ted Faber <faber@…>
Branches:
axis_example, compt_changes, info-ops, master
Children:
85f5d11
Parents:
66a8e6d
Message:

various fixes to abac tools to work with the new library

File:
1 edited

Legend:

Unmodified
Added
Removed
  • fedd/access_to_abac.py

    r66a8e6d r547aa3b  
    262262    for i, c in enumerate(creds):
    263263        cmd = [creddy, '--attribute', '--issuer=%s' % cert, '--key=%s' % key,
    264                 '--role=%s' % c.attr, '--out=%s/cred%d' % (dir, i)]
     264                '--role=%s' % c.attr, '--out=%s/cred%d_attr.der' % (dir, i)]
    265265        for r in c.req:
    266266            cmd.extend(attrs(r))
Note: See TracChangeset for help on using the changeset viewer.