From bf7384104ae842f3857c7b4f246a231f15bf6bf3 Mon Sep 17 00:00:00 2001 From: Roland Gruber Date: Mon, 30 Dec 2013 18:50:56 +0000 Subject: [PATCH] made more clear when post scripts are not run --- lam/docs/manual-sources/howto.xml | 20 +++++++++++++------- 1 file changed, 13 insertions(+), 7 deletions(-) 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)