]> BookStack Code Mirror - website/commitdiff
add LDAP TLS insecure directive documentation
authorChristopher Tran <redacted>
Sat, 27 Oct 2018 21:13:03 +0000 (17:13 -0400)
committerChristopher Tran <redacted>
Sat, 27 Oct 2018 21:13:03 +0000 (17:13 -0400)
content/docs/admin/ldap-auth.md

index cc327f6bad400e2dc124d3eae36f438a61cafc54..37232cdd6edbd7518960683cc4d9daf57d071336 100644 (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