diff options
author | Jeroen van Meeuwen (Kolab Systems) <vanmeeuwen@kolabsys.com> | 2012-12-29 19:16:57 +0100 |
---|---|---|
committer | Jeroen van Meeuwen (Kolab Systems) <vanmeeuwen@kolabsys.com> | 2012-12-29 19:16:57 +0100 |
commit | b8c06cb6db8e6125b02bdaa9b712fccacb11a896 (patch) | |
tree | ba9217306179d94fa6aab91cc3c8710f55a4076e /conf | |
parent | d6b6405aa30fc974d954d75b79bcffd22a093737 (diff) | |
download | pykolab-b8c06cb6db8e6125b02bdaa9b712fccacb11a896.tar.gz |
Add a [wallace] section with valid options for the new footer module
Diffstat (limited to 'conf')
-rw-r--r-- | conf/kolab.conf | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/conf/kolab.conf b/conf/kolab.conf index 339ec33..e0f64c3 100644 --- a/conf/kolab.conf +++ b/conf/kolab.conf @@ -202,6 +202,11 @@ admin_password = Welcome123 ; The user canonification result attribute. result_attribute = mail +[wallace] +modules = resources, footer +footer_text = /etc/kolab/footer.text +footer_html = /etc/kolab/footer.html + ; This is a domain name space specific section, that enables us to override ; all settings, for example, the LDAP URI, base and bind DNs, scopes, filters, ; etc. Note that overriding the LDAP settings for the primary domain name space |