saml2: typo fixes

This commit is contained in:
Jérôme Schneider 2015-06-25 10:33:16 +02:00
parent 46bf116cc9
commit 72b7292e57
1 changed files with 1 additions and 1 deletions

View File

@ -102,7 +102,7 @@ class SAML2Auth(AuthForm):
err = "saml2_authnresp_binding: '%s' invalid value (must be artifact, post, redirect or soap)"
raise ImproperlyConfigured, err
if name_identifier_format not in NAME_IDENTIFIERS_FORMAT.keys():
err = "saml2_authnresp_binding: '%s' invalid value (must be email, transient, persistent,".\
err = "saml2_authnresp_binding: '%s' invalid value (must be email, transient, persistent," +\
" unspecified (username like gapps), encrypted, entity, windows, kerberos or x509)"
raise ImproperlyConfigured, err
self.config = {