From 149bea2369290270f93343c4b1d35261ec6b8230 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=A0=D1=83=D1=81=D0=BB=D0=B0=D0=BD?= Date: Mon, 31 Jul 2023 20:42:05 +0600 Subject: [PATCH] Update application.rb --- lib/pg_ldap_sync/application.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/pg_ldap_sync/application.rb b/lib/pg_ldap_sync/application.rb index 87762d6..21e24b6 100644 --- a/lib/pg_ldap_sync/application.rb +++ b/lib/pg_ldap_sync/application.rb @@ -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