Merge pull request #32 from christophert/add-ldaptlsinsecure

Add LDAPS Insecure option
This commit is contained in:
Dan Brown 2019-01-12 20:15:03 +00:00 committed by GitHub
commit 5a166cb3ea
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -21,6 +21,8 @@ AUTH_METHOD=ldap
LDAP_SERVER=example.com:389
# If using LDAP over SSL you should also define the protocol:
# LDAP_SERVER=ldaps://example.com:636
# To allow untrusted LDAPS certificates, define the following:
# LDAP_TLS_INSECURE=true
# The base DN from where users will be searched within.
LDAP_BASE_DN=ou=People,dc=example,dc=com