Switched back to what it should be.
This commit is contained in:
@@ -721,7 +721,7 @@ class ATTR(Service):
|
|||||||
name_id = _query.subject.name_id
|
name_id = _query.subject.name_id
|
||||||
uid = name_id.text
|
uid = name_id.text
|
||||||
logger.debug("Local uid: %s" % uid)
|
logger.debug("Local uid: %s" % uid)
|
||||||
identity = EXTRA[self.user]
|
identity = EXTRA[uid]
|
||||||
|
|
||||||
# Comes in over SOAP so only need to construct the response
|
# Comes in over SOAP so only need to construct the response
|
||||||
args = IDP.response_args(_query, [BINDING_SOAP])
|
args = IDP.response_args(_query, [BINDING_SOAP])
|
||||||
|
Reference in New Issue
Block a user