#460: Regression between r7850 and r7985: cannot login anymore ----------------------------------+----------------------------------------- Reporter: mail@… | Owner: wsanchez@… Type: Defect | Status: new Priority: 5: Not set | Milestone: Component: Calendar Server | Severity: Other Keywords: | Radar: ----------------------------------+----------------------------------------- Comment(by sagen@…): 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/twistedc... 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. -- Ticket URL: <http://trac.calendarserver.org/ticket/460#comment:1> Calendar and Contacts Server </> HTTP/WebDAV/CalDAV Server