Using a searchbase of cn=users,dc=tamu,dc=edu doesn’t work in Entourage or Address Book. To get Entourage to work, I have to use “ou=People,o=Food Services,c=US” as a searchbase. Go figure.
The trick is to run slapd in debug mode. Kill slapd, then run:
/usr/libexec/slapd -d 1
This will dump a bunch of crap to your screen. Do an LDAP search with Address Book sans searchbase, which should work. Then look in the crap on the screen for the line beginning “send_search_entry”. This line should contain the searchbase (ignoring the uid value) you need to use in Entourage. For example, mine read:
=> send_search_entry: dn=”uid=joyceh,ou=People,o=Food Services,c=US”
Hope this helps somebody.
Comments are closed