Operating System - Linux
1830233 Members
2022 Online
109999 Solutions
New Discussion

Re: openldap authentication

 
nash11
Frequent Advisor

openldap authentication

Hi,

I'm quite new to openldap so you will have to excuse any stupid questions from me.

I want to make my ldap server redundant so that if it fails another one could take over with no or very little down time.

Could someone explain to me how to do this or point me to some documentation.

Cheers
4 REPLIES 4
Steven E. Protter
Exalted Contributor

Re: openldap authentication

Shalom,

Go for a master/slave server setup.

The master is the head server but the slaves will go on merrily serving the network should the master ever go down.

links:
best one:
http://www.linuxjournal.com/article/5505

http://www.openldap.org/lists/openldap-software/200603/msg00160.html

http://www.umich.edu/~dirsvcs/ldap/doc/guides/slapd/3.html

SEP
Steven E Protter
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
nash11
Frequent Advisor

Re: openldap authentication


thx for your prompt help,

I would like to confirm again , I guess this replication ( slurpd ) of master and slave can replicate the user id/password so that users can use the ldap authenication in either server . Does this funcation fit my requirement - the slave one could take over the work of the master one when the master is corrupted or shutdown suddenly ? thx
Ivan Ferreira
Honored Contributor

Re: openldap authentication

Yes, the slave can authenticate users in the case of the master down.
Por que hacerlo dificil si es posible hacerlo facil? - Why do it the hard way, when you can do it the easy way?
George Liu_4
Trusted Contributor

Re: openldap authentication

It can certainly meet your requirement. Don't forget to put both ldap hosts in your client's ldap configuration files.