##// END OF EJS Templates
spelling: account
timeless@gmail.com -
r5780:c37e5e57 default
parent child Browse files
Show More
@@ -450,8 +450,8 b' could set the request headers however yo'
450 450 LDAP_USER = ""
451 451 LDAP_PASS = ""
452 452 LDAP_ROOT = "dc=mydomain,dc=com"
453 LDAP_FILTER = "sAMAcountName=%s"
454 LDAP_ATTR_LIST = ['sAMAcountName','givenname','sn','mail']
453 LDAP_FILTER = "sAMAccountName=%s"
454 LDAP_ATTR_LIST = ['sAMAccountName','givenname','sn','mail']
455 455
456 456 def fixuphandler(req):
457 457 if req.user is None:
General Comments 0
You need to be logged in to leave comments. Login now