Switched back to what it should be.

This commit is contained in:
Roland Hedberg
2014-06-13 19:44:06 +02:00
parent 0dde360db0
commit 4c53112e6e

View File

@@ -721,7 +721,7 @@ class ATTR(Service):
name_id = _query.subject.name_id
uid = name_id.text
logger.debug("Local uid: %s" % uid)
identity = EXTRA[self.user]
identity = EXTRA[uid]
# Comes in over SOAP so only need to construct the response
args = IDP.response_args(_query, [BINDING_SOAP])