diff options
author | Gunnar Wrobel <wrobel@pardus.de> | 2010-06-27 07:04:40 (GMT) |
---|---|---|
committer | Gunnar Wrobel <wrobel@pardus.de> | 2010-06-27 07:04:40 (GMT) |
commit | 48a5170dbdf789d14aa49e8ca7ab95a129f34435 (patch) | |
tree | f34a5e14438f1133f5190ffc95b904a9d5d18787 /conf/dist/common | |
parent | 5be5c174036914427fb97675b875903d833182bf (diff) | |
download | kolab-conf-48a5170dbdf789d14aa49e8ca7ab95a129f34435.tar.gz |
Support a hooks directory that allows to extend the deletion of users.
kolab/issue3472 (web client user prefs not deleted when user gets deleted)
kolab/issue3470 (Free/Busy cache not deleted when user gets deleted)
Diffstat (limited to 'conf/dist/common')
-rw-r--r-- | conf/dist/common | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/conf/dist/common b/conf/dist/common index 3cfd53b..e613557 100644 --- a/conf/dist/common +++ b/conf/dist/common @@ -91,6 +91,7 @@ do_subst = sed \ -e 's=[@]kolab_pkgs[@]=$(kolab_pkgs)=g' \ -e 's=[@]kolab_rusr[@]=$(kolab_rusr)=g' \ -e 's=[@]kolab_scriptsdir[@]=$(kolab_scriptsdir)=g' \ + -e 's=[@]kolab_hooksdir[@]=$(kolab_hooksdir)=g' \ -e 's=[@]kolab_statedir[@]=$(kolab_statedir)=g' \ -e 's=[@]kolab_smtpdpolicy_conffile_grp[@]=$(kolab_smtpdpolicy_conffile_grp)=g' \ -e 's=[@]kolab_smtpdpolicy_conffile_usr[@]=$(kolab_smtpdpolicy_conffile_usr)=g' \ |