websocket server by service
This commit is contained in:
@ -63,6 +63,11 @@ LDAP_MODEL=open
|
||||
%end if
|
||||
LDAP_HOST=%%adresse_ip_ldap
|
||||
LDAP_PORT=%%ldap_port
|
||||
%if %%getVar("ldap_tls","non") == "oui"
|
||||
LDAP_TLS=1
|
||||
%else
|
||||
LDAP_TLS=0
|
||||
%end if
|
||||
LDAP_USER=%%ldap_reader
|
||||
LDAP_PASSWORD=%%pwdreader("",%%ldap_reader_passfile)
|
||||
LDAP_BASEDN=%%ldap_base_dn
|
||||
|
Reference in New Issue
Block a user