[Date Prev][Date Next]
[Chronological]
[Thread]
[Top]
RE: LDAP Replication:
Thanks Frank,
Just started browing that document, sounds like a great asset!
-----Original Message-----
From: Frank Swasey [mailto:Frank.Swasey@uvm.edu]
Sent: Wed 7/17/2002 1:42 PM
To: Venkataraman, Jeeva
Cc: openldap-software@OpenLDAP.org
Subject: RE: LDAP Replication:
Today at 11:53am, Venkataraman, Jeeva wrote:
> Oh.
> So it would be : URI ldap://master.example.com:389 ldap://slave.example.com:389
> Is that good?
Yes, that is good.
> How does it know that which is master and which is slave?
It doesn't. It knows to try the first URI and if that fails, try the
second one. Your servers have to know which is master and which is
slave.
I assume that your slave slapd.conf file has an updateref statement in
the ldbm backend definition (that is what tells the slave where to
forward clients that are trying to make an update on the slave server).
Sounds to me like you should do some reading. I strongly suggest Adam
Williams' wonderful presentation on OpenLDAP which you can get from
ftp://kalamazoolinux.org/pub/pdf/ldapv3.pdf
Good Luck,
F