diff options
author | Jeroen van Meeuwen (Kolab Systems) <vanmeeuwen@kolabsys.com> | 2012-05-04 14:04:15 +0100 |
---|---|---|
committer | Jeroen van Meeuwen (Kolab Systems) <vanmeeuwen@kolabsys.com> | 2012-05-04 14:04:15 +0100 |
commit | 79958158335ff95370f915ed55bcf04028875e43 (patch) | |
tree | c6f0a4f0d52c127896a90f91bd57ece005a3aa5b /pykolab/conf/defaults.py | |
parent | fff443ef7205c03ee51747414b1ca6f686e212a0 (diff) | |
download | pykolab-79958158335ff95370f915ed55bcf04028875e43.tar.gz |
This is where the actual default should come from, but pykolab/base.py:def config_get doesn't take into account the defaults
Diffstat (limited to 'pykolab/conf/defaults.py')
-rw-r--r-- | pykolab/conf/defaults.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/pykolab/conf/defaults.py b/pykolab/conf/defaults.py index 669aee3..e1e34ab 100644 --- a/pykolab/conf/defaults.py +++ b/pykolab/conf/defaults.py @@ -31,6 +31,7 @@ class Defaults(object): self.address_search_attrs = ['mail', 'alias'] self.mail_attributes = ['mail', 'alias'] + self.mailserver_attribute = 'mailhost' self.kolab_default_locale = 'en_US' self.ldap_unique_attribute = 'nsuniqueid'
\ No newline at end of file |