Cannot mix attr with +attr

master
Daniel Berteaud 5 years ago
parent 14e01eb512
commit b9261c3ba4
  1. 2
      zmldapsync/zmldapsync.pl

@ -797,7 +797,7 @@ sub build_domain_attrs {
# if ( defined $domain_conf->{users}->{filter} ) {
# $attrs = " zimbraAuthLdapSearchFilter " . zim_attr_value( "(&(|(" . $domain_conf->{users}->{key} . "=%u)(" . $domain_conf->{users}->{key} . "=%n))(" . $domain_conf->{users}->{filter} . ")" );
# }
$attrs .= " zimbraAuthLdapURL " .
$attrs .= " +zimbraAuthLdapURL " .
join( ' +zimbraAuthLdapURL ', @{ $domain_conf->{ldap}->{servers} } );
if ( defined $domain_conf->{ldap}->{start_tls} and
yaml_bool( $domain_conf->{ldap}->{start_tls} ) ) {

Loading…
Cancel
Save