[CalendarServer-users] How can I configure my server to authenticate by using LDAP

Tanakorn Leesatapornwongsa tanakorn.lsv at gmail.com
Fri Jun 26 02:09:50 PDT 2009


>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
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/calendarserver-users/attachments/20090626/60e64644/attachment.html>


More information about the calendarserver-users mailing list