Authelia use full ldap dn
This commit is contained in:
parent
dd40bed332
commit
0a335eab4a
@ -335,7 +335,7 @@ authentication_backend:
|
|||||||
|
|
||||||
## The username and password of the admin user.
|
## The username and password of the admin user.
|
||||||
{{ with secret "kv/data/lldap" }}
|
{{ 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 can also be set using a secret: https://www.authelia.com/c/secrets
|
||||||
password: {{ .Data.data.admin_password }}
|
password: {{ .Data.data.admin_password }}
|
||||||
{{ end -}}
|
{{ end -}}
|
||||||
|
Loading…
Reference in New Issue
Block a user