>From this page, http://trac.calendarserver.org/wiki/OpenDirectoryService , I tried to make my calendar server authenticate by using LDAP with my LDAP server.

My LDAP server's IP address is 192.168.178.7. Must I configure node parameter by using "/LDAPv3/192.168.178.7"? And how about search base and bind dn? How can I configure it? The document didn't explain about these.

This is my caldavd-dev.plist file about open directory.

<key>DirectoryService</key>
    <dict>
      <key>type</key>
      <string>twistedcaldav.directory.appleopendirectory.OpenDirectoryService</string>
     
      <key>params</key>
      <dict>
        <key>node</key>
        <string>/LDAPv3/192.168.178.7</string>
      </dict>
    </dict>

Is it correct? If not, please correct it and add configuration about search base and bind dn please.

thank you