diff options
author | Jeroen van Meeuwen (Kolab Systems) <vanmeeuwen@kolabsys.com> | 2012-07-16 13:21:49 +0100 |
---|---|---|
committer | Jeroen van Meeuwen (Kolab Systems) <vanmeeuwen@kolabsys.com> | 2012-07-16 13:21:49 +0100 |
commit | 25ed51dacc8bf40518dc4ee932cfa8e296171809 (patch) | |
tree | 7c6897f402a6200ce5c7ee2b56e89d88900c51da /conf | |
parent | fe80686531bcb8f68b3fa4beef5b277152046ffb (diff) | |
download | pykolab-25ed51dacc8bf40518dc4ee932cfa8e296171809.tar.gz |
Supply default for default_locale in the default configuration
Diffstat (limited to 'conf')
-rw-r--r-- | conf/kolab.conf | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/conf/kolab.conf b/conf/kolab.conf index 2b70116..2c5123a 100644 --- a/conf/kolab.conf +++ b/conf/kolab.conf @@ -14,6 +14,9 @@ auth_mechanism = ldap ; 'cyrus-imap'. imap_backend = cyrus-imap +; The default locale for this Kolab Groupware installation +default_locale = en_US + [ldap] ; The URI to LDAP ldap_uri = ldap://localhost:389 |