change LDAP_URI to LDAP_HOST
This commit is contained in:
parent
4aa32aaa99
commit
6148c043b8
@ -1,4 +1,4 @@
|
||||
uris = ldap://{{getenv "LDAP_URI"}}
|
||||
uris = ldap://{{getenv "LDAP_HOST"}}
|
||||
dn = {{getenv "LDAP_BIND_DN"}}
|
||||
dnpass = {{getenv "LDAP_BIND_PASSWORD"}}
|
||||
tls = {{getenv "LDAP_USE_TLS" "yes"}}
|
||||
|
Loading…
Reference in New Issue
Block a user