changed Files: docker-compose/lldap/lldap_config.toml.j2
All checks were successful
ansible-lint / gitleaks (pull_request) Successful in 5s
ansible-lint / Ansible Lint (pull_request) Successful in 41s

Signed-off-by: Michael Grote <michael.grote@posteo.de>
This commit is contained in:
Michael Grote 2024-11-15 19:13:24 +00:00
parent 19e4b8cb55
commit 7febd48600

View file

@ -18,10 +18,10 @@ database_url = "postgres://lldap:{{ lookup('viczem.keepass.keepass', 'lldap/llda
key_seed = "{{ lookup('viczem.keepass.keepass', 'lldap/lldap_key_seed', 'password') }}"
force_ldap_user_pass_reset = always
force_ldap_user_pass_reset = "always"
[smtp_options]
enable_password_reset=false
enable_password_reset = false
server = "postfix"
port = 25
smtp_encryption = "NONE"