From 9874449d662fbf45be87c7de8d03fd500b0bbf76 Mon Sep 17 00:00:00 2001 From: Alexander Date: Sun, 24 Oct 2021 12:31:01 +0200 Subject: [PATCH] Added Authelia configuration --- example_configs/authelia_config.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/example_configs/authelia_config.yml b/example_configs/authelia_config.yml index 34e4f02..03dcf1e 100644 --- a/example_configs/authelia_config.yml +++ b/example_configs/authelia_config.yml @@ -7,7 +7,7 @@ authentication_backend: # Passwort reset through authelia does not work at the moment - disable_reset_password: false + disable_reset_password: true # How often authelia should check if there is an user update in LDAP refresh_interval: 1m ldap: @@ -41,6 +41,7 @@ authentication_backend: # The attribute holding the display name of the user. This will be used to greet an authenticated user. 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 # Password can also be set using a secret: https://www.authelia.com/docs/configuration/secrets.html - password: 'testtest' + password: 'REPLACE_ME'