Merge "Update template for LDAP proxy with TLS."

This commit is contained in:
Jenkins 2016-07-07 14:03:28 +00:00 committed by Gerrit Code Review
commit 9b9e263ccb
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 "*"