made more clear when post scripts are not run
This commit is contained in:
parent
630aab2df1
commit
bf7384104a
|
@ -5156,33 +5156,39 @@ objectclass: top
|
|||
<row>
|
||||
<entry>postCreate</entry>
|
||||
|
||||
<entry>executed after creating a new account</entry>
|
||||
<entry>executed after creating a new account (does <emphasis
|
||||
role="bold">not</emphasis> run if preCreate or LDAP operations
|
||||
fail)</entry>
|
||||
</row>
|
||||
|
||||
<row>
|
||||
<entry>preModify</entry>
|
||||
|
||||
<entry>executed before the account is modified (cancels
|
||||
operation if a script returns an exit code > 0)</entry>
|
||||
<entry>executed before an account is modified (cancels operation
|
||||
if a script returns an exit code > 0)</entry>
|
||||
</row>
|
||||
|
||||
<row>
|
||||
<entry>postModify</entry>
|
||||
|
||||
<entry>executed after an account was modified</entry>
|
||||
<entry>executed after an account was modified (does <emphasis
|
||||
role="bold">not</emphasis> run if preModify or LDAP operations
|
||||
fail)</entry>
|
||||
</row>
|
||||
|
||||
<row>
|
||||
<entry>preDelete</entry>
|
||||
|
||||
<entry>executed before an account was modified (cancels
|
||||
operation if a script returns an exit code > 0)</entry>
|
||||
<entry>executed before an account is modified (cancels operation
|
||||
if a script returns an exit code > 0)</entry>
|
||||
</row>
|
||||
|
||||
<row>
|
||||
<entry>postDelete</entry>
|
||||
|
||||
<entry>executed after an account was modified</entry>
|
||||
<entry>executed after an account was modified (does <emphasis
|
||||
role="bold">not</emphasis> run if preDelete or LDAP operations
|
||||
fail)</entry>
|
||||
</row>
|
||||
|
||||
<row>
|
||||
|
|
Loading…
Reference in New Issue