I recently installed Zimbra and have been asked to provide an LDAP server that we can authenticate against.
I'm using Ubuntu 10.04 for my LDAP server and would like to import the LDAP database from Zimbra (zmslapcat) and import it into the Ubuntu LDAP. I haven't spent that much time with the new LDAP configuration and want to know how to create the appropriate schema from my Zimbra data.
Code:
slapadd -v -d 6 -l ldap.bak
send_ldap_result: err=0 matched="" text=""
hdb_db_open: "dc=example,dc=com"
slapadd: line 1: database #1 (dc=example,dc=com) not configured to hold "cn=zimbra"; no database configured for that naming context
Code:
dn: cn=zimbra
objectClass: organizationalRole
description: Zimbra Systems Application Data
cn: zimbra
structuralObjectClass: organizationalRole
entryUUID:
creatorsName: cn=config
createTimestamp: 20100513184745Z
entryCSN:
modifiersName: cn=config
modifyTimestamp: 20100513184745Z
Or can I get some pointer to somewhere else that may be able to help? Then I'll come back and figure out how to get a production server to use the remote LDAP (ahhh!).