
Originally Posted by
prosenbl
A copy of the schema you are using would be extremely helpful. I've had some success on my own at modifying the stock OpenLDAP schemas but I could certainly benefit from looking at one that is already working well.
Thanks,
Pete
I did not need to modify any schemas. I started to at first but that is because I did not know that OpenLDAP came with many schemas. I include these and they support all that I need.
Code:
include /usr/local/openldap/etc/openldap/schema/core.schema
include /usr/local/openldap/etc/openldap/schema/cosine.schema
include /usr/local/openldap/etc/openldap/schema/inetorgperson.schema
There is a WIKI page that shows the mapping of LDAP attributes to zimbra contact attributes.
Here is a sample entry:
Code:
dn: cn=Jane Doe,ou=TenonUK,dc=capesafe,dc=com
objectclass: person
objectclass: organizationalPerson
objectclass: inetorgPerson
givenName: Jane
cn: Jane Doe
sn: Doe
mail: jane.doe@mymail.com
telephoneNumber: 410-555-1212
fax: 410-555-1214
mobile: 410 431 5341
title: IT MANAGER
physicalDeliveryOfficeName: Stockholm
These attributes seem to work fine