diff --git a/zmldapsync/zmldapsync.pl b/zmldapsync/zmldapsync.pl index 924f407..4683869 100644 --- a/zmldapsync/zmldapsync.pl +++ b/zmldapsync/zmldapsync.pl @@ -793,7 +793,7 @@ sub build_domain_attrs { # $attrs = " zimbraAuthLdapSearchFilter " . zim_attr_value( "(&(|(" . $domain_conf->{users}->{key} . "=%u)(" . $domain_conf->{users}->{key} . "=%n))(" . $domain_conf->{users}->{filter} . ")" ); # } $attrs .= " zimbraAuthLdapURL " . - join( ' +zimbraAuthLdapURL', zim_attr_value( $domain_conf->{ldap}->{servers} ) ); + join( ' +zimbraAuthLdapURL', @{ $domain_conf->{ldap}->{servers} } ); if ( defined $domain_conf->{ldap}->{start_tls} and yaml_bool( $domain_conf->{ldap}->{start_tls} ) ) { $attrs .= " zimbraAuthLdapStartTlsEnabled TRUE";