diff options
author | Thomas Bruederli <bruederli@kolabsys.com> | 2014-11-06 19:40:12 -0500 |
---|---|---|
committer | Thomas Bruederli <bruederli@kolabsys.com> | 2014-11-06 19:40:12 -0500 |
commit | 91f3f3b74fe106893582c87838a9fb25b0721aa6 (patch) | |
tree | e0037c10dc8618be00ec45e7ce538cee099a1353 /pykolab/conf | |
parent | babaec0a07db0bd8f3f26019c93376308c0b47e4 (diff) | |
download | pykolab-91f3f3b74fe106893582c87838a9fb25b0721aa6.tar.gz |
Add wallace.resource_calendar_expire_days to config defaults
Diffstat (limited to 'pykolab/conf')
-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 06e5372..3df9709 100644 --- a/pykolab/conf/defaults.py +++ b/pykolab/conf/defaults.py @@ -37,4 +37,6 @@ class Defaults(object): self.kolab_domain_sync_interval = 600 self.kolab_default_locale = 'en_US' - self.ldap_unique_attribute = 'nsuniqueid'
\ No newline at end of file + self.ldap_unique_attribute = 'nsuniqueid' + + self.wallace_resource_calendar_expire_days = 100
\ No newline at end of file |