Changeset 66879a0
- Timestamp:
- Sep 20, 2011 10:21:09 AM (13 years ago)
- Branches:
- compt_changes, info-ops, master
- Children:
- 5954004
- Parents:
- 52131d3
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
fedd/fedd_create.py
r52131d3 r66879a0 133 133 if not debug: 134 134 if subprocess.call(cmd) != 0: 135 print >>sys.stderr, "Cannot delegate, things may fail" 135 136 return [] 136 137 else: … … 141 142 if context.load_id_file(certfile) != ABAC.ABAC_CERT_SUCCESS or \ 142 143 context.load_attribute_file(fn) != ABAC.ABAC_CERT_SUCCESS: 144 print >>sys.stderr, "Cannot load delegation into ABAC. " + \ 145 "Did you run cert_to_fedid.py on your X.509 cert?" 143 146 return [] 144 147 ids, attrs = abac_context_to_creds(context)
Note: See TracChangeset
for help on using the changeset viewer.