websocket server by service

This commit is contained in:
2021-12-07 14:05:43 +01:00
parent 0735687123
commit babf012bb9
4 changed files with 15 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