Skip to content

Commit 3342ea1

Browse files
committed
Update readme
1 parent 474935a commit 3342ea1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ Edit the `.env` file with your settings:
5454
- `LDAP_BIND_DN`: DN to bind with (e.g., `cn=admin,dc=example,dc=com`)
5555
- `LDAP_BIND_PASSWORD`: Password for the bind DN
5656
- `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`.
5858
- `LDAP_GROUP_FILTER`: LDAP filter to find groups when discovering all groups (default: `(objectClass=groupOfNames)`)
5959
- `LDAP_MEMBER_ATTRIBUTE`: Attribute containing group members. Only used when `LDAP_USE_MEMBEROF=false` (default: `member`)
6060
- `LDAP_USE_TLS`: Whether to use TLS (true/false)

0 commit comments

Comments
 (0)