summaryrefslogtreecommitdiff
path: root/src/saml2/authn.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/saml2/authn.py')
-rw-r--r--src/saml2/authn.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/saml2/authn.py b/src/saml2/authn.py
index 11af81e5..480d8996 100644
--- a/src/saml2/authn.py
+++ b/src/saml2/authn.py
@@ -159,7 +159,7 @@ class UsernamePasswordMako(UserAuthnMethod):
wants the user after authentication.
"""
- #logger.debug("verify(%s)" % request)
+ # logger.debug("verify(%s)" % request)
if isinstance(request, six.string_types):
_dict = parse_qs(request)
elif isinstance(request, dict):
@@ -236,6 +236,7 @@ class AuthnMethodChooser(object):
try:
import ldap
+
class LDAPAuthn(UsernamePasswordMako):
def __init__(self, srv, ldapsrv, return_to,
dn_pattern, mako_template, template_lookup):