diff --git a/lam/docs/manual-sources/howto.xml b/lam/docs/manual-sources/howto.xml index 5f929e6e..70d2db3d 100644 --- a/lam/docs/manual-sources/howto.xml +++ b/lam/docs/manual-sources/howto.xml @@ -5156,33 +5156,39 @@ objectclass: top postCreate - executed after creating a new account + executed after creating a new account (does not run if preCreate or LDAP operations + fail) preModify - executed before the account is modified (cancels - operation if a script returns an exit code > 0) + executed before an account is modified (cancels operation + if a script returns an exit code > 0) postModify - executed after an account was modified + executed after an account was modified (does not run if preModify or LDAP operations + fail) preDelete - executed before an account was modified (cancels - operation if a script returns an exit code > 0) + executed before an account is modified (cancels operation + if a script returns an exit code > 0) postDelete - executed after an account was modified + executed after an account was modified (does not run if preDelete or LDAP operations + fail)