LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   openldap server (https://www.linuxquestions.org/questions/linux-newbie-8/openldap-server-4175464848/)

vignesh_murali2003 06-05-2013 11:31 AM

openldap server
 
Is it possible for an openldap client to use 2 ldap servers without replication method. And would it automatically use the other server if one server is down?

shivaa 06-05-2013 11:53 AM

Yes, it's possible to use two parallel ldap servers. Replication is generally done between master/hub and node servers, so which replication you're talking about? And yes, it can switch between two servers (generally called active and fallback servers) if there's some kind of load balancing is enabled between them.

vignesh_murali2003 06-05-2013 11:59 AM

No there is no load balancing enabled. Actually both the server have identical databases without the use of replication technique. And thanks for your reply.

shivaa 06-05-2013 12:05 PM

If there's not load balancing like F5, (then as far as I know), it's not possible to switch between servers if one goes down. However, replication is a different term than load balancing. Replication simply means by sync of ldap database between two servers.

ADD: Follow documentation available on it's website for further understanding of the openldap: http://www.openldap.org/doc/

vignesh_murali2003 06-11-2013 04:00 PM

Hi shivaa,

Actually this would be little weird. I gave two server to authenticate ldap client using webmin tool without any load balancing enabled between them. When one server is down automatically the other server acts as the primary one.


All times are GMT -5. The time now is 08:09 PM.