added base group parameter

This commit is contained in:
root
2016-05-09 16:40:35 +02:00
parent 0e816bbe3e
commit 4366d416bc
3 changed files with 6 additions and 0 deletions

View File

@ -15,6 +15,10 @@ ldap_version <%= @ldap_version %>
# The search base that will be used for all queries.
base <%= @ldap_search_base %>
<% if @ldap_group_base -%>
base group <%= @ldap_group_base -%>
<% end -%>
<% if @ldap_binddn and @ldap_bindpw -%>
# The DN to bind with for normal lookups.