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: docs/authentication/ldap.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
@@ -26,7 +26,7 @@ To enable LDAP Authentication (LDAP Auth), add the following parameters to `dtab
26
26
| LDAP_SERVER_URL | URL of the LDAP server and port if non-standard | URL, e.g. 'ldap://192.168.0.10:389' |
27
27
| LDAP_BASE_DN | DN of the root node used for querying users - all users under this node can log in | LDAP DN |
28
28
| 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 |
30
30
| LDAP_USER_UNIQUE_ID | Unique user ID in the LDAP server | For LDAP: 'EntryUUID'<br />For AD: 'ObjectGUID' |
31
31
| LDAP_LOGIN_ATTR | User attribute used for logging in | 'mail', 'userPrincipalName' or 'sAMAccountName' |
0 commit comments