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

Re: LDAP Server Duplication?



> Newbie Question:
> 
> Is there a standard way to take all of the information from one server,
> and 
> duplicate it onto another server? I want to take all of the data in our
> MS Exchange service and put it into a new OpenLDAP server. I have been
> unable to find a standard way to do this. Are there tools around for
> this?
> 
> Thanks
> Stu
> 

If you know the rootdn of the server you want to copy, you might be able
to dump the database to ldif format using 'ldapsearch -L "objectclass=*"'
from openldap.  Then it's a simple matter of an ldif2ldbm.

Randy