From b26b26f78043dd5c5bce5f2e1708b837e19c28cd Mon Sep 17 00:00:00 2001 From: Thomas Bruederli Date: Mon, 2 Feb 2015 15:41:28 +0100 Subject: Describe invitationpolicy_autoupdate_other_attendees_on_reply option in config template (#4363) --- conf/kolab.conf | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/conf/kolab.conf b/conf/kolab.conf index 040ced9..652ab36 100644 --- a/conf/kolab.conf +++ b/conf/kolab.conf @@ -412,9 +412,13 @@ modules = resources, invitationpolicy, footer footer_text = /etc/kolab/footer.text footer_html = /etc/kolab/footer.html -; default settings for kolabInvitationPolicy +; default settings for kolabInvitationPolicy LDAP attribute on user records kolab_invitation_policy = ACT_ACCEPT_IF_NO_CONFLICT:example.org, ACT_MANUAL +; automatically update the participant status from iTip REPLY messages +; in the personal calendars of all other listed participants. +invitationpolicy_autoupdate_other_attendees_on_reply = false + ; number of days past their end resource calendar events should be kept resource_calendar_expire_days = 100 -- cgit v1.1