Changeset 923984c


Ignore:
Timestamp:
Jan 13, 2012 3:52:00 PM (12 years ago)
Author:
Ted Faber <faber@…>
Branches:
compt_changes, info-ops, master
Children:
9ff3ddd
Parents:
044dd20
Message:

Use new lookup in other access controllers

File:
1 edited

Legend:

Unmodified
Added
Removed
  • fedd/federation/access.py

    r044dd20 r923984c  
    790790        # exception denying access that triggers a fault response back to the
    791791        # caller.
    792         found, match, owners, proof = self.lookup_access(req, fid)
     792        found, owners, proof = self.lookup_access(req, fid)
    793793        self.log.info(
    794                 "[RequestAccess] Access granted to %s with local creds %s" % \
    795                 (match, found))
     794                "[RequestAccess] Access granted local creds %s" % found)
    796795        # Make a fedid for this allocation
    797796        allocID, alloc_cert = generate_fedid(subj="alloc", log=self.log)
Note: See TracChangeset for help on using the changeset viewer.