You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -54,7 +54,7 @@ Edit the `.env` file with your settings:
54
54
-`LDAP_BIND_DN`: DN to bind with (e.g., `cn=admin,dc=example,dc=com`)
55
55
-`LDAP_BIND_PASSWORD`: Password for the bind DN
56
56
-`LDAP_GROUP_BASE_DN`: Base DN to search for groups (e.g., `ou=groups,dc=example,dc=com`)
57
-
-`LDAP_USER_BASE_DN`: Base DN where users are located (for `memberOf` queries). Only used when `LDAP_USE_MEMBEROF=true`. Defaults to `LDAP_GROUP_BASE_DN` if not set. For FreeIPA: `cn=users,cn=accounts,dc=example,dc=com`
57
+
-`LDAP_USER_BASE_DN`: Base DN where users are located (for `memberOf` queries). Only used when `LDAP_USE_MEMBEROF=true`.
58
58
-`LDAP_GROUP_FILTER`: LDAP filter to find groups when discovering all groups (default: `(objectClass=groupOfNames)`)
59
59
-`LDAP_MEMBER_ATTRIBUTE`: Attribute containing group members. Only used when `LDAP_USE_MEMBEROF=false` (default: `member`)
0 commit comments