As discussing particulars of a non-OpenLDAP server are off-topic here, this thread should focus on how one generally migrates from some other LDAP server to slapd(8).
Regarding schema, slapd(8) configuration directives expect schema to be described using standardized formats (see RFC 2252). One should be able to extract the schema, in RFC 2252 format, from the controlling subschema subentry on the other LDAP server into an LDIF file using the standardized schema discovery facilities. Then, one needs to massage that LDIF file into an slapd.conf(5) format file (or into an LDIF file suitable for loading into cn=config). Aside from dealing with the obvious LDIF/slapd.conf(5) syntax differences, that massaging needs to trim the output to just the user application schema to be loaded. Regarding data, extract to LDIF, strip out operational attributes, and load using ldapadd(8) or other tools. Kurt At 12:21 AM 9/8/2005, Zahi Hammad wrote: >Hello, > > I need to migrate iPlanet Directory service to OpenLdap. > I have OpenLdap installed correctly ,but I don't know how te begin >the migration. > I think I need to get a translated schema from iPlanet to OpenLdap, but >I don't know how te get it , and then how to proceed with the migration. > >Thanks >----------------------------------------------------------------------------------------------- >Este correo electronico y, en su caso, cualquier fichero anexo al mismo, >contiene >informacion de caracter confidencial exclusivamente dirigida a su destinatario >o >destinatarios. Queda prohibida su divulgacion, copia o distribucion a terceros >sin la >previa autorizacion escrita de Alcampo S.A.. En el caso de haber recibido este >correo >electronico por error, se ruega notificar inmediatamente esta circunstancia >mediante >reenvio a la direccion electronica del remitente. >----------------------------------------------------------------------------------------------- >Se han omitido los acentos a proposito debido a incompatibilidades de >visualizacion >de los mismos con algunos clientes de correo. >----------------------------------------------------------------------------------------------- >The information in this e-mail and in any attachments is confidential and >solely for the >attention and use of the named addressee( s). You are hereby notified that any >dissemination, distribution or copy of this communication is prohibited >without the prior >written consent of Alcampo S.A.. If you have received this communication in >error, >please, notify the sender by reply e-mail. >-----------------------------------------------------------------------------------------------
