mirror of
https://github.com/jitsi/docker-jitsi-meet.git
synced 2026-04-03 08:11:05 +02:00
ldap: actually fix anonymous binds (Fixes #234)
This commit is contained in:
parent
31c16d5285
commit
edfd8f2529
@ -1,7 +1,7 @@
|
||||
{{ if eq (.Env.AUTH_TYPE | default "internal") "ldap" }}
|
||||
ldap_servers: {{ .Env.LDAP_URL }}
|
||||
ldap_search_base: {{ .Env.LDAP_BASE }}
|
||||
{{ if .Env.LDAP_BINDDN }}
|
||||
{{ if .Env.LDAP_BINDDN | default "" | toBool }}
|
||||
ldap_bind_dn: {{ .Env.LDAP_BINDDN }}
|
||||
ldap_bind_pw: {{ .Env.LDAP_BINDPW }}
|
||||
{{ end }}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user