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} ),