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

Re: Moving OpenLDAP 2.0.21 from one server to another...



Hello,

You need executables (e.g. slapd) and all dynamic libraries with which 
they are linked (on Linux you can use ldd to find out about that).  And 
configuration files (depends on the config: /usr/local/etc/openldap or 
/etc/ldap).  Man pages could be useful (have to dig them out of 
/usr/local/man/man* or similar).  Finally, you have to create a directory 
for your databases as specified in slapd.conf.  I suppose that that's all 
if you want to run the server or clients.

Cheers.

Dejan

Please respond to "Mudry, Robert (N-aerotek)" <robert.mudry@lmco.com> 
Sent by:        owner-openldap-software@OpenLDAP.org
To:     "'openldap-software@OpenLDAP.org'" <openldap-software@OpenLDAP.org>
cc: 
Subject:        Moving OpenLDAP 2.0.21 from one server to another...


I have OpenLDAP installed on one server, but I also need it on another.
Unfortunately, the other server does not have a compiler and I'm not in a
position to install one right now.

Has anyone moved an OpenLDAP server before? Anyone know exactly what from
where needs to be moved? Most of it seems to be in various spots under
/usr/local. Is there anything else lurking around?

-Robert