Changeset 923984c for fedd/federation
- Timestamp:
- Jan 13, 2012 3:52:00 PM (13 years ago)
- Branches:
- compt_changes, info-ops, master
- Children:
- 9ff3ddd
- Parents:
- 044dd20
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
fedd/federation/access.py
r044dd20 r923984c 790 790 # exception denying access that triggers a fault response back to the 791 791 # caller. 792 found, match,owners, proof = self.lookup_access(req, fid)792 found, owners, proof = self.lookup_access(req, fid) 793 793 self.log.info( 794 "[RequestAccess] Access granted to %s with local creds %s" % \ 795 (match, found)) 794 "[RequestAccess] Access granted local creds %s" % found) 796 795 # Make a fedid for this allocation 797 796 allocID, alloc_cert = generate_fedid(subj="alloc", log=self.log)
Note: See TracChangeset
for help on using the changeset viewer.