forked from infra/ansible
bk-dss: fix typo
This commit is contained in:
parent
e99c8d34dd
commit
b4f95eefc8
@ -6,7 +6,7 @@ LDAP_CA = "/etc/ssl/certs/ca-certificates.crt"
|
|||||||
LDAP_URI = "ldaps://{{ ldap_host }}"
|
LDAP_URI = "ldaps://{{ ldap_host }}"
|
||||||
LDAP_BASE = "{{ ldap_base }}"
|
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"
|
USER_DN = "cn={user},ou=people,dc=binary-kitchen,dc=de"
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user