I have an LDAP server that I use for Address Book sharing. How can I get the Calendar Server to work with it? It will be running on the same machine. My LDAP database is pretty simple, just a couple of organizational units and iNetOrgPerson for the address book entries. I uncommented the Open Directory section in the caldavd-dev.plist file. What else do I need to do? The instructions on the wiki are pretty sparse. I also searched the mailing list archives but didn't find clear instructions. Thanks! Dave
I've made a little bit of progress. I loaded my LDAP server with apple-user, apple-group, and apple-resource objects, then pointed Directory Access at my LDAP server. (BTW, the last step seems redundant since I specify LDAP in the caldavd-dev.plist). I was hoping the Calendar Server would auto-provision users, groups, and resources from the LDAP server, but it didn't. When I try to connect to the Calendar Server from iCal, I get the following error in the log: 2007/01/26 17:14 -0700 [HTTPChannel,0,127.0.0.1] "Attempt to create clone '/Users/dave/Server/CalendarServer/twistedcaldav/test/data/ principals/users/user1' of resource <DirectoryPrincipalTypeResource: / Users/dave/Server/CalendarServer/twistedcaldav/test/data/principals/ users>" Any idea what's going wrong? Dave On Jan 24, 2007, at 7:10 PM, David Riggle wrote:
I have an LDAP server that I use for Address Book sharing. How can I get the Calendar Server to work with it? It will be running on the same machine.
My LDAP database is pretty simple, just a couple of organizational units and iNetOrgPerson for the address book entries. I uncommented the Open Directory section in the caldavd-dev.plist file. What else do I need to do? The instructions on the wiki are pretty sparse. I also searched the mailing list archives but didn't find clear instructions.
Thanks! Dave
On Jan 26, 2007, at 5:09 PM, David Riggle wrote:
I've made a little bit of progress. I loaded my LDAP server with apple-user, apple-group, and apple-resource objects, then pointed Directory Access at my LDAP server. (BTW, the last step seems redundant since I specify LDAP in the caldavd-dev.plist).
How did you specify LDAP, exactly? You should be able to specify a node of /LDAPv3/ldapserver.foo.com and go from there.
2007/01/26 17:14 -0700 [HTTPChannel,0,127.0.0.1] "Attempt to create clone '/Users/dave/Server/CalendarServer/twistedcaldav/test/data/ principals/users/user1' of resource <DirectoryPrincipalTypeResource: /Users/dave/Server/CalendarServer/ twistedcaldav/test/data/principals/users>"
This error is indicative of a bug in resource lookup. Please file an issue in the tracker. -wsv
participants (2)
-
David Riggle
-
Wilfredo Sánchez Vega