diff options
author | Jeroen van Meeuwen (Kolab Systems) <vanmeeuwen@kolabsys.com> | 2012-08-07 09:55:42 +0100 |
---|---|---|
committer | Jeroen van Meeuwen (Kolab Systems) <vanmeeuwen@kolabsys.com> | 2012-08-07 09:55:42 +0100 |
commit | d9c495407b8592f0a84ac8f10ae5f50efd998183 (patch) | |
tree | 8c49747df0fc03f18f13879506de16a686f5e12b /conf | |
parent | 8bd871afc71bc9ffa945ce18757175140f646436 (diff) | |
download | pykolab-d9c495407b8592f0a84ac8f10ae5f50efd998183.tar.gz |
Update the default configuration to include the [kolab_hosting] section
Diffstat (limited to 'conf')
-rw-r--r-- | conf/kolab.conf | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/conf/kolab.conf b/conf/kolab.conf index 2c5123a..d20b9b7 100644 --- a/conf/kolab.conf +++ b/conf/kolab.conf @@ -150,6 +150,24 @@ cache_uri = mysql://user:pass@localhost/database cache_retention = 30 address_search_attrs = mail, alias +; Section for Hosted client interface settings. This is not enabled by default. +;[kolab_hosting] +; +;; Set the default domain name space for the list of domain name spaces (if more +;; than one) that new users that register are allowed to select. +;primary_domain = somedomain.tld +; +;; The following bind credentials should be allowed to search +;; "ldap/domain_base_dn" (i.e. cn=kolab,cn=config), but should not be allowed to +;; read any domain name space LDAP entry that users are not eligible to select. +;; +;; Note that the bind credentials usually live in the upper +;; "kolab/primary_domain". +;bind_dn = uid=hosted-service,ou=Special Users,dc=kolab,dc=net +;bind_pw = bla +;recaptcha_private_key = bla +;recaptcha_public_key = bla + [kolab_wap] skin = default sql_uri = mysql://user:pass@localhost/database |