bk-dss: use ldap_uri instead of ldap_host

This commit is contained in:
Markus 2020-01-31 19:55:15 +01:00
parent 66d6af74f0
commit d97524798b
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@ SECRET_KEY = "{{ dss_secret }}"
SESSION_TIMEOUT = 3600
LDAP_CA = "/etc/ssl/certs/ca-certificates.crt"
LDAP_URI = "ldaps://{{ ldap_host }}"
LDAP_URI = "{{ ldap_uri }}"
LDAP_BASE = "{{ ldap_base }}"
ADMINS = [ "cn=moepman,ou=people,dc=binary-kitchen,dc=de", "cn=marove,ou=people,dc=binary-kitchen,dc=de", "cn=zaesa,ou=people,dc=binary-kitchen,dc=de", "cn=Manager,dc=binary-kitchen,dc=de" ]