Hi all
Running Zimbra OS 5.0.10 and I'm trying to get the GAL to show up on Apple Address Book (Leopard). I read the wiki topic on this issue and did the configuration steps:
However I get no entries in this just created directory.
Running ldapsearch on the same machine from a terminal yelds expected results:
Code:
$ ldapsearch -x -b dc=colortechdp,dc=com,dc=br -h servidor.colortech
# extended LDIF
#
# LDAPv3
# base <dc=colortechdp,dc=com,dc=br> with scope subtree
# filter: (objectclass=*)
# requesting: ALL
#
# colortechdp.com.br
dn: dc=colortechdp,dc=com,dc=br
zimbraMailStatus: enabled
zimbraId: be19ca28-29f2-4c75-b419-dc81ec86d861
dc: colortechdp
zimbraDomainName: colortechdp.com.br
zimbraDomainType: local
objectClass: dcObject
objectClass: organization
objectClass: zimbraDomain
o: colortechdp.com.br domain
# people, colortechdp.com.br
dn: ou=people,dc=colortechdp,dc=com,dc=br
ou: people
objectClass: organizationalRole
cn: people
.
.
.
and so on...
I tried using simple authentication (with and without credentials), to no avail.
Any ideas?
Thanks.