Python CSC Electronic Office
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
pyceo/etc/ldap.cf

13 lines
321 B

# /etc/csc/ldap.cf: CSC LDAP Configuration
server_url = "ldaps:///"
users_base = "ou=People,dc=csclub,dc=uwaterloo,dc=ca"
groups_base = "ou=Group,dc=csclub,dc=uwaterloo,dc=ca"
admin_bind_dn =
admin_bind_userid = "ceo"
admin_bind_keytab = "/etc/csc/ceo.keytab"
sasl_mech = "GSSAPI"
sasl_realm = "CSCLUB.UWATERLOO.CA"