[Date Prev][Date Next]
[Chronological]
[Thread]
[Top]
OpenLDAP runs OK, Mac Mail and Address book do not display entries.
- To: openldap-technical@openldap.org
- Subject: OpenLDAP runs OK, Mac Mail and Address book do not display entries.
- From: Toomas Vendelin <toomas.pfx@gmail.com>
- Date: Mon, 29 Nov 2010 09:46:33 +0200
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:received:date:message-id :subject:from:to:content-type; bh=aeKMmPeOWHcdSFLzZezirhApQeVxW3+iWjY7JdOSy8U=; b=NjLBwO0hyM5VSuTV5g+JUKt881mAo/yQFMl6sq15WilwnGtasq3bouk6zsqW3lshRp TCXP2lPzVzlBYiU5hvayr6kFviUShxj4/ZiS1gqt4xxj9gW5MB3e+wA2FtYHqhjoI4Bm uP1WHBNTpICH6F9iu/AdhXRtM8FwJ6+8vlxIE=
- Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; b=m5IXnef0HqGXNBMc96yvw6CLb1HOham9pNHrGEAzbJr6QVZM8n7/MXf/844jh82+Zy l3jDPHPw8aT/ljkOhjcTBysHCF2aqZ0iSVk8fS+G0HdueC9vPOXUQZX7N6VYhnr02K21 WaWC+pl2zsM6jQaR4PG3bDIFehN3KzhCmAxxU=
Hi,
I have set up an OpenLDAP server on a CentOS 5.5 machine and uploaded
test data from ldif file. Apache directory studio connects to server
nicely from my Mac and displays the records. Apple Mail and address
book also seem to connect OK, but no search results returned in
Address Book, and e-mails are not auto-completed in Mail.
At the same time, I successfully connect to other publicly accessible
servers, so it is probably a fault in my LDIF data. What is it? Do I
need to use some schema specific to Apple? As for now, only the
default ones are used.
My LDIF data (all characters are fictional):
Code:
dn: dc=minu,dc=biz
dc: minu
objectClass: dcObject
objectClass: organization
o: Vendelin & Barilko
dn: ou=people,dc=minu,dc=biz
ou: people
objectClass: organizationalUnit
dn: cn=Deniska Borilko, ou=people,dc=minu,dc=biz
cn: Deniska Borilko
objectClass: inetOrgPerson
sn: Borilko
mail: denis@somedomain.com
My LDAP settings both in Mail and address book:
Code:
Search base: ou=people,dc=minu,dc=biz
Scope: subtree
Thanks in advance!
Toomas