You are not logged in.
Hello,
I have a XServe running Mac OS 10.3.2.
Listed below are the services that are running on it:
Open Directory
DNS
DHCP
Mail
Webmail
Workstation users are currently able to authenticate to the LDAP directory, so I know it is working.
However, I want devices like Squirrel Mail and Outlook Address Book to be able to retrieve User/Email information from the LDAP directory. I have tried several different configurations. Can anyone help?
Offline
for squirell mail do this
cd to /private/etc/openldap
pico slapd.conf
scroll till you see this
pidfile /var/run/slapd.pid
argsfile /var/run/slapd.args
replica-pidfile /var/run/slurpd.pid
replica-argsfile /var/run/slurpd.args
replicationinterval 3
loglevel 32768
sizelimit 11000
gentlehup off
schemacheck off
allow bind_v2 <<<<<<<<<<<<add this line without the <<<< bits
Offline