Update template for LDAP proxy with TLS.

Template of LDAP proxy that uses TLS was updated.

Change-Id: I30160ec1930a65686a615c49e118c1b10cef2ce5
Related-Bug: #1596504
This commit is contained in:
Maksym Yatsenko 2016-07-06 23:03:13 +03:00
parent 3227f50ed8
commit 3cedc52da5
1 changed files with 1 additions and 4 deletions

View File

@ -7,12 +7,9 @@ readonly yes
protocol-version 3
uri "<%= @ldap_url %>"
rootdn "<%= @user_tree_dn %>"
tls start
tls start tls_reqcert=demand tls_cacert=/etc/ssl/certs/
idassert-bind bindmethod=simple
binddn="<%= @user %>"
credentials="<%= @password %>"
mode=self
tls_reqcert=demand
starttls="yes"
tls_cacert=/etc/ssl/certs/
idassert-authzFrom "*"