Merge pull request #8 from michalrychlik/master

added base group parameter
This commit is contained in:
Geekix
2018-09-06 13:43:19 +02:00
committed by GitHub
3 changed files with 7 additions and 1 deletions

View File

@ -14,6 +14,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.