Merge branch '2.6.0/fix-LDAP-TLS'

This commit is contained in:
Joël Cuissinat 2017-04-05 14:39:07 +02:00
bovenliggende de91d2b605 d356deeeb4
commit 65aa5f91fe
1 gewijzigde bestanden met toevoegingen van 1 en 3 verwijderingen

Bestand weergeven

@ -11,13 +11,11 @@ server 1:
# Ldap server
:host: %%adresse_ip_ldap
:port: %%ldap_port
%if %%getVar('ldap_tls', 'non') == 'oui'
:port: 636
# Uncomment this line for tls conections
:encryption: :simple_tls
%else
:port: 389
%end if
# base hierarchy where to search for users and groups