Skip to content

Commit

Permalink
Merge pull request #814 from WPI-LNL/dev
Browse files Browse the repository at this point in the history
LDAP stuff
  • Loading branch information
pfrunzio authored Oct 3, 2023
2 parents 9f48d56 + 9c53393 commit 79d6b36
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion accounts/ldap.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
NAME_LENGTH = 30
# the size of first_name and last_name fields

server_pool = ldap3.ServerPool(('ldaps://ldapv2.wpi.edu', 'ldaps://vmldapalt.wpi.edu', 'ldaps://ldapv2back.wpi.edu'), pool_strategy=ldap3.FIRST, active=True, exhaust=True)
server_pool = ldap3.ServerPool(('ldaps://admin.wpi.edu'), active=True, exhaust=True)


def get_ldap_settings():
Expand Down

0 comments on commit 79d6b36

Please sign in to comment.