Merge branch '2.6.0/fix-LDAP-TLS'

Этот коммит содержится в:
Daniel Dehennin 2017-04-05 14:03:26 +02:00
родитель 9dc4b71f1a 6200277781
Коммит de91d2b605
1 изменённых файлов: 4 добавлений и 2 удалений

Просмотреть файл

@ -7,14 +7,16 @@ server 1:
#:password: 'password'
# Ldap authentication method
:auth_method: :simple
# Ldap server
:host: %%adresse_ip_ldap
%if %%getVar('ldap_tls', 'non') == 'oui'
:auth_method: :simple_tls
:port: 636
# Uncomment this line for tls conections
:encryption: :simple_tls
%else
:auth_method: :simple
:port: 389
%end if