made more clear when post scripts are not run

This commit is contained in:
Roland Gruber 2013-12-30 18:50:56 +00:00
parent 630aab2df1
commit bf7384104a
1 changed files with 13 additions and 7 deletions

View File

@ -5156,33 +5156,39 @@ objectclass: top
<row> <row>
<entry>postCreate</entry> <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>
<row> <row>
<entry>preModify</entry> <entry>preModify</entry>
<entry>executed before the account is modified (cancels <entry>executed before an account is modified (cancels operation
operation if a script returns an exit code &gt; 0)</entry> if a script returns an exit code &gt; 0)</entry>
</row> </row>
<row> <row>
<entry>postModify</entry> <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>
<row> <row>
<entry>preDelete</entry> <entry>preDelete</entry>
<entry>executed before an account was modified (cancels <entry>executed before an account is modified (cancels operation
operation if a script returns an exit code &gt; 0)</entry> if a script returns an exit code &gt; 0)</entry>
</row> </row>
<row> <row>
<entry>postDelete</entry> <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>
<row> <row>