Skip to content

Commit 32858b7

Browse files
authored
fix typo in LDAP Password Parameter (#160)
update LADP_ADMIN_PASSWORD to LDAP_ADMIN_PASSWORD
1 parent 2dfa58b commit 32858b7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/authentication/ldap.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ To enable LDAP Authentication (LDAP Auth), add the following parameters to `dtab
2626
| LDAP_SERVER_URL | URL of the LDAP server and port if non-standard | URL, e.g. 'ldap://192.168.0.10:389' |
2727
| LDAP_BASE_DN | DN of the root node used for querying users - all users under this node can log in | LDAP DN |
2828
| LDAP_ADMIN_DN | DN of the user used for querying the LDAP server - user must have the rights to access all information under LDAP_BASE_DN | For LDAP: LDAP DN<br />For AD: LDAP DN or email |
29-
| LADP_ADMIN_PASSWORD | User password for LDAP_ADMIN_DN user | Alphanumeric string |
29+
| LDAP_ADMIN_PASSWORD | User password for LDAP_ADMIN_DN user | Alphanumeric string |
3030
| LDAP_USER_UNIQUE_ID | Unique user ID in the LDAP server | For LDAP: 'EntryUUID'<br />For AD: 'ObjectGUID' |
3131
| LDAP_LOGIN_ATTR | User attribute used for logging in | 'mail', 'userPrincipalName' or 'sAMAccountName' |
3232

0 commit comments

Comments
 (0)