From c9c551005e09822dc0d11af32bf5088c0933b5f7 Mon Sep 17 00:00:00 2001 From: Daniel Berteaud Date: Wed, 17 Jul 2019 13:02:46 +0200 Subject: [PATCH] Stupid typo --- zmldapsync/zmldapsync.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zmldapsync/zmldapsync.pl b/zmldapsync/zmldapsync.pl index 560ef11..733f46a 100644 --- a/zmldapsync/zmldapsync.pl +++ b/zmldapsync/zmldapsync.pl @@ -266,7 +266,7 @@ DOMAIN: foreach my $domain ( keys $conf->{domains} ) { # Search for Zimbra users, but exclude known system accounts my $zim_user_search = $zim_ldap->ldap->search( base => 'ou=people,' . $domain_entry->{dn}, - filter => '(&(objectClass=zimbraAccount)(!(zimbraIsSystemAccount=TRUE)))'; + filter => '(&(objectClass=zimbraAccount)(!(zimbraIsSystemAccount=TRUE)))', attrs => [ ( map { $conf->{domains}->{$domain}->{users}->{attr_map}->{$_} } keys $conf->{domains}->{$domain}->{users}->{attr_map} ),