websocket server by service

This commit is contained in:
2021-12-07 14:05:21 +01:00
parent 49085bcc6f
commit 58f3b7daf8
5 changed files with 26 additions and 3 deletions

View File

@ -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