X-Git-Url: https://snippets.scripts.mit.edu/gitweb.cgi/Scripts/git/.git/blobdiff_plain/aec307d9657dbff6bc8ffbf529fdf050c25b726c..abab96a3e55d8663f996684add635ff7eaf472f6:/__init__.py diff --git a/__init__.py b/__init__.py index 7958beb..6b72710 100644 --- a/__init__.py +++ b/__init__.py @@ -32,7 +32,7 @@ class ScriptsRemoteUserBackend(RemoteUserBackend): def configure_user(self, user, ): username = user.username user.password = "ScriptsSSLAuth" - con = ldap.open('ldap.mit.edu') + con = ldap.open('ldap-too.mit.edu') con.simple_bind_s("", "") dn = "dc=mit,dc=edu" fields = ['cn', 'sn', 'givenName', 'mail', ]