Add ability to disable LDAP certificate validation

This commit is contained in:
Christopher Tran
2018-10-27 16:14:19 -04:00
parent 85f330c79a
commit 6c14c09880
3 changed files with 9 additions and 0 deletions

View File

@@ -76,6 +76,8 @@ LDAP_GROUP_ATTRIBUTE="memberOf"
# Would you like to remove users from roles on BookStack if they do not match on LDAP
# If false, the ldap groups-roles sync will only add users to roles
LDAP_REMOVE_FROM_GROUPS=false
# Set this option to disable LDAPS Certificate Verification
LDAP_TLS_INSECURE=false
# Mail settings
MAIL_DRIVER=smtp