]> BookStack Code Mirror - bookstack/blobdiff - .env.example
Merge pull request #904 from lommes/903-socialite-discord
[bookstack] / .env.example
index 68d2686357b2699c84e23eeb83d0054a6c72a6c3..eda20ea261bb9147a17dd451877fc42b5896311f 100644 (file)
@@ -69,6 +69,13 @@ LDAP_DN=false
 LDAP_PASS=false
 LDAP_USER_FILTER=false
 LDAP_VERSION=false
+# Do you want to sync LDAP groups to BookStack roles for a user
+LDAP_USER_TO_GROUPS=false
+# What is the LDAP attribute for group memberships
+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
 
 # Mail settings
 MAIL_DRIVER=smtp