diff --git a/example_configs/authelia_config.yml b/example_configs/authelia_config.yml index 7e6da0a..db657f1 100644 --- a/example_configs/authelia_config.yml +++ b/example_configs/authelia_config.yml @@ -7,7 +7,8 @@ authentication_backend: # Password reset through authelia works normally. - disable_reset_password: false + password_reset: + disable: false # How often authelia should check if there is an user update in LDAP refresh_interval: 1m ldap: @@ -42,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: uid=admin,ou=people,dc=example,dc=com + 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: 'REPLACE_ME'