Authelia use full ldap dn

This commit is contained in:
IamTheFij 2022-11-15 12:20:43 -08:00
parent dd40bed332
commit 0a335eab4a
1 changed files with 1 additions and 1 deletions

View File

@ -335,7 +335,7 @@ authentication_backend:
## The username and password of the admin user.
{{ with secret "kv/data/lldap" }}
user: {{ .Data.data.admin_user }}
user: uid={{ .Data.data.admin_user }},ou=people,{{ key "global/ldap/base_dn" }}
## Password can also be set using a secret: https://www.authelia.com/c/secrets
password: {{ .Data.data.admin_password }}
{{ end -}}