fix "[BUG] Fix config name in warning "Set server_key to an empty string""
https://github.com/lldap/lldap/issues/1032
This commit is contained in:
parent
831f1256eb
commit
b0ac628993
1 changed files with 1 additions and 0 deletions
|
@ -17,6 +17,7 @@ ldap_user_pass = "{{ lookup('viczem.keepass.keepass', 'lldap/lldap_admin_user',
|
|||
database_url = "postgres://lldap:{{ lookup('viczem.keepass.keepass', 'lldap/lldap_db_pass', 'password') }}@lldap-db/lldap"
|
||||
|
||||
key_seed = "{{ lookup('viczem.keepass.keepass', 'lldap/lldap_key_seed', 'password') }}"
|
||||
key_file = ""
|
||||
|
||||
force_ldap_user_pass_reset = "always"
|
||||
|
||||
|
|
Loading…
Reference in a new issue