diff options
author | Jeroen van Meeuwen (Kolab Systems) <vanmeeuwen@kolabsys.com> | 2011-12-06 09:46:01 +0000 |
---|---|---|
committer | Jeroen van Meeuwen (Kolab Systems) <vanmeeuwen@kolabsys.com> | 2011-12-06 09:46:01 +0000 |
commit | b300f00c14270a3a5e2f52332259090ccc3c919d (patch) | |
tree | 0e607797cac7bb925c8b569804d5db479e47506c /pykolab/conf/defaults.py | |
parent | ed14a87d9912f504cfe513b9db9765e4590aa52f (diff) | |
download | pykolab-b300f00c14270a3a5e2f52332259090ccc3c919d.tar.gz |
Add an default_locale setting to indicate the preferred system locale and default for all users
Add preferredLanguage setting to LDAP attributes obtained with a user account
Diffstat (limited to 'pykolab/conf/defaults.py')
-rw-r--r-- | pykolab/conf/defaults.py | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/pykolab/conf/defaults.py b/pykolab/conf/defaults.py index b109877..17f4724 100644 --- a/pykolab/conf/defaults.py +++ b/pykolab/conf/defaults.py @@ -29,4 +29,6 @@ class Defaults(object): # library should try to retrieve annotations self.cyrus_annotations_retry_interval = 1 - self.address_search_attrs = "mail, alias"
\ No newline at end of file + self.address_search_attrs = "mail, alias" + + self.default_locale = 'en_US' |