use LDAPS in inetOrgPerson script
continuous-integration/drone/pr Build is passing Details

This commit is contained in:
Max Erenberg 2021-10-24 07:22:57 -04:00
parent 7a00de0036
commit d45b0e19ad
1 changed files with 2 additions and 2 deletions

View File

@ -14,9 +14,9 @@ import traceback
import ldap3
# modify as necessary
LDAP_URI = "ldap://auth1.csclub.uwaterloo.ca"
LDAP_URI = "ldaps://auth1.csclub.uwaterloo.ca"
LDAP_MEMBERS_BASE = "ou=People,dc=csclub,dc=uwaterloo,dc=ca"
UWLDAP_URI = "ldap://auth1.csclub.uwaterloo.ca"
UWLDAP_URI = "ldaps://auth1.csclub.uwaterloo.ca"
UWLDAP_MEMBERS_BASE = "ou=UWLDAP,dc=csclub,dc=uwaterloo,dc=ca"
csc_conn = ldap3.Connection(