diff options
author | Jeroen van Meeuwen (Kolab Systems) <vanmeeuwen@kolabsys.com> | 2014-07-27 14:17:49 +0200 |
---|---|---|
committer | Jeroen van Meeuwen (Kolab Systems) <vanmeeuwen@kolabsys.com> | 2014-07-27 14:17:49 +0200 |
commit | 063eb95d66064f8092a5ad918842e33cba9b8f36 (patch) | |
tree | ef38a3ff5e8a4dabf3ca97aa45615179dcdfa795 /conf | |
parent | 50b0c2a384bd2da1b210c156c8e6e138d8948b9c (diff) | |
download | pykolab-063eb95d66064f8092a5ad918842e33cba9b8f36.tar.gz |
Ensure the correct format for the modifytimestamp_format is included in the default configuration, and it's obtained as a raw value
Diffstat (limited to 'conf')
-rw-r--r-- | conf/kolab.conf | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/conf/kolab.conf b/conf/kolab.conf index 2f8ea2b..d9a6a5a 100644 --- a/conf/kolab.conf +++ b/conf/kolab.conf @@ -234,6 +234,10 @@ domain_rootdn_attribute = inetdomainbasedn ; The attribute that holds the quota. quota_attribute = mailquota + +; The format of the modifytimestamp attribute values +modifytimestamp_format = %Y%m%d%H%M%SZ + ; A unique attribute that can be used to identify the entry beyond renames and ; moves. Note that 'nsuniqueid' is specific to all Netscape-based directory ; services. |