Thanks for this useful project!
What would be the config options for ldaps:// ?
I understand below configs invoke ldap.initialize("ldap://...
host="0.0.0.0",
port="3893",
base_dn="dc=glauth,dc=com",
bind_username=os.environ["GLAUTH_USERNAME"],
bind_password=os.environ["GLAUTH_PASSWORD"],
Thanks for this useful project!
What would be the config options for ldaps:// ?
I understand below configs invoke
ldap.initialize("ldap://...