Support ADPassword listener

This commit is contained in:
Daniel Berteaud 2019-07-25 13:20:29 +02:00
parent 00d6b23cec
commit f80d13de91
1 changed files with 3 additions and 0 deletions

View File

@ -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;
}