fix
This commit is contained in:
parent
6d8a85e9aa
commit
728043127d
@ -172,7 +172,7 @@ class Application
|
|||||||
if @groups_fname != ''
|
if @groups_fname != ''
|
||||||
res = @ldap.search(
|
res = @ldap.search(
|
||||||
base: ldap_group_conf[:base],
|
base: ldap_group_conf[:base],
|
||||||
filter: format_groups_for_ldap_users(@groups, ldap_user_conf[:filter]),
|
filter: format_groups_for_ldap_groups(@groups, ldap_group_conf[:filter]),
|
||||||
attributes: [name_attribute, member_attribute, :dn]
|
attributes: [name_attribute, member_attribute, :dn]
|
||||||
)
|
)
|
||||||
else
|
else
|
||||||
|
Reference in New Issue
Block a user