bk-dss: add new admin

This commit is contained in:
Markus 2019-05-13 21:44:27 +02:00
parent cc7d959435
commit 45917de310
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=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"