This commit is contained in:
Руслан 2023-07-31 20:40:30 +06:00 committed by GitHub
parent 6d8a85e9aa
commit 728043127d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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