Closed macosforgebot closed 13 years ago
@m0rgen originally submitted this as comment:1:ticket:460
I suspect it's the recent change to the default value for the AugmentService in the config:
https://trac.calendarserver.org/changeset/7861/CalendarServer/trunk/twistedcaldav/stdconfig.py
The default prior to that change was to have an XML-based augment service using augments.xml. However, we needed a way to disable AugmentService completely (because the LDAP service now allows the augment info to come from the directory itself. So the new default is to not have an AugmentService if none is specified in the caldavd plist. It's likely you need something like this in your plist:
<!-- XML File Augment Service -->
<key>AugmentService</key> <dict>
<key>type</key> <string>twistedcaldav.directory.augment.AugmentXMLDB</string>
<key>params</key> <dict>
<key>xmlFiles</key> <array>
<string>augments.xml</string>
</array>
</dict>
</dict>
If you don't have an AugmentService explicitly specified, your XML directory records will not have 'enabled' set to True.
mail@… originally submitted this as comment:2:ticket:460
sagen thanks alot for commenting. Copying this auguments-default.xml to /etc/caldavd/auguments.xml indeed fixes the issue for me.
Better error messages would be appreciated ;)
Thanks for the fast help!
@m0rgen originally submitted this as comment:4:ticket:460
mail@… originally submitted this as ticket:460
I tried to update my calendar server today.
But the system totally broke, I cannot login anymore.
When visiting the side with firefox I get:
Downgrading makes it work again.
In the logs I have:
I have the following in my accounts.xml: