Update application.rb

This commit is contained in:
Руслан 2023-07-31 20:42:05 +06:00 committed by GitHub
parent f2d5eda2b4
commit 149bea2369
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -172,7 +172,7 @@ class Application
if @groups_fname != ''
res = @ldap.search(
base: ldap_group_conf[:base],
filter: format_groups_for_ldap_groups(@groups, ldap_group_conf[:filter]),
filter: format_groups_for_ldap_groups(@groups),
attributes: [name_attribute, member_attribute, :dn]
)
else