[Date Prev][Date Next] [Chronological] [Thread] [Top]

[no subject]



Excuse me,
 I must migrate a big Ldap database from the Netscape iPlanet 4.1
to OpenLdap2.
Netscape is shipped with a Object schema (slapd.oc.conf file) defining a lot
of custom objects (i.e. netscapemachinedata); I have tried to include it in
OpenLdap, and importing the ldif but without success.

Is it possible to *copy (replicate)* the netscape ldap DB configuring
openldap as a replicator server of netscape LDAP?
Some ideas?

For example, the top node is defined like:

dn: dc=master,dc=acme,dc=org
dc: master
objectclass: top
objectclass: domain
objectclass: netscapemachinedata

the openldap vesion is quite different:

dn: dc=acme,dc=org
objectClass: dcObject
objectClass: organization
dc: dc=master
o: required
description: required

I am using  openldap-stable-20020115.

Thank you a lot!
JJ