summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 70a2c37)
raw | patch | inline | side by side (parent: 70a2c37)
author | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Mon, 30 Aug 2010 07:07:26 +0000 (07:07 +0000) | ||
committer | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Mon, 30 Aug 2010 07:07:26 +0000 (07:07 +0000) |
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@19492 594d385d-05f5-0310-b6e9-bd551577e9d8
gosa-core/contrib/gosa.conf.5 | patch | blob | history |
index 94a50fe4bb407bd7d5d968b400d28bcaa4fd08e4..adb659993bbe943796ab906ae58ab1ac5962650b 100644 (file)
.I "icon"
attribute.
-For every plugin, you can provide at least four additional hooks:
+For every plugin, you can provide at least seven additional hooks:
+.I precreate,
+.I preremove,
+.I premodify
.I postcreate,
.I postremove,
.I postmodify
provide certain parameters in form of LDAP attributes. '%uid'
will pass the current user id, '%dn' the current object dn, etc.
-The script gets executed after create, delete or modify tasks.
+The script gets executed before(pre) and after(post) create, delete or modify tasks.
.I The
.B check