bk-dss: fix typo

This commit is contained in:
Markus 2019-05-16 15:52:49 +02:00
parent e99c8d34dd
commit b4f95eefc8
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@ LDAP_CA = "/etc/ssl/certs/ca-certificates.crt"
LDAP_URI = "ldaps://{{ ldap_host }}"
LDAP_BASE = "{{ ldap_base }}"
ADMINS = [ "cn=moepman,ou=people,dc=binary-kitchen,dc=de", "cn=marove,,ou=people,dc=binary-kitchen,dc=de", "cn=Manager,dc=binary-kitchen,dc=de" ]
ADMINS = [ "cn=moepman,ou=people,dc=binary-kitchen,dc=de", "cn=marove,ou=people,dc=binary-kitchen,dc=de", "cn=Manager,dc=binary-kitchen,dc=de" ]
USER_DN = "cn={user},ou=people,dc=binary-kitchen,dc=de"