From b387ceb1c40f84a91b46ffafad1aae76ce0316ca Mon Sep 17 00:00:00 2001 From: Greg Date: Fri, 1 Jul 2022 17:31:48 +0800 Subject: [PATCH] Update authelia_config.yml --- example_configs/authelia_config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/example_configs/authelia_config.yml b/example_configs/authelia_config.yml index db657f1..b5bc67e 100644 --- a/example_configs/authelia_config.yml +++ b/example_configs/authelia_config.yml @@ -43,6 +43,6 @@ authentication_backend: display_name_attribute: displayName # The username and password of the admin user. # "admin" should be the admin username you set in the LLDAP configuration - user: cn=admin,ou=people,dc=example,dc=com + user: uid=admin,ou=people,dc=example,dc=com # Password can also be set using a secret: https://www.authelia.com/docs/configuration/secrets.html password: 'REPLACE_ME'