Changeset 2b38cb9 for asadb


Ignore:
Timestamp:
Oct 25, 2011, 12:25:33 PM (14 years ago)
Author:
Alex Dehnert <adehnert@…>
Branches:
master, space-access, stable, stage, test-hooks
Children:
aa2aa58
Parents:
47998d1
git-author:
Alex Dehnert <adehnert@…> (10/25/11 12:25:33)
git-committer:
Alex Dehnert <adehnert@…> (10/25/11 12:25:33)
Message:

Scripts auth: Use ldap-too for LDAP server

Apparently it includes email addresses for people who have suppressed it,
unlike ldap.mit.edu.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • asadb/mit/__init__.py

    r9c1f0b2 r2b38cb9  
    3333        username = user.username
    3434        user.password = "ScriptsSSLAuth"
    35         con = ldap.open('ldap.mit.edu')
     35        con = ldap.open('ldap-too.mit.edu')
    3636        con.simple_bind_s("", "")
    3737        dn = "dc=mit,dc=edu"
Note: See TracChangeset for help on using the changeset viewer.