Support ADPassword listener

master
Daniel Berteaud 5 years ago
parent 00d6b23cec
commit f80d13de91
  1. 3
      zmldapsync/zmldapsync.pl

@ -807,6 +807,9 @@ sub build_domain_attrs {
} else {
$attrs .= " zimbraAuthLdapStartTlsEnabled FALSE";
}
if ( -e '/opt/zimbra/lib/ext/adpassword/ADPassword.jar' ) {
$attrs .= " zimbraPasswordChangeListener ADPassword";
}
return $attrs;
}

Loading…
Cancel
Save