From 5ca991c5ceeb281025787cd9af3fcff1d27c22e4 Mon Sep 17 00:00:00 2001 From: Roland Hedberg Date: Wed, 21 Apr 2010 15:23:26 +0200 Subject: [PATCH] The name change more complete --- src/saml2/authnresponse.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/saml2/authnresponse.py b/src/saml2/authnresponse.py index d4b73b3..42555b9 100644 --- a/src/saml2/authnresponse.py +++ b/src/saml2/authnresponse.py @@ -204,7 +204,7 @@ class AuthnResponse(object): self.log.info("Attribute Statement: %s" % ( self.assertion.attribute_statement[0],)) for aconv in self.attribute_converters(): - self.log.info("Converts name format: %s" % (aconv.format,)) + self.log.info("Converts name format: %s" % (aconv.name_format,)) ava = to_local(self.attribute_converters(), self.assertion.attribute_statement[0])