Hi,
I am running OpenLDAP 1.0 on
FreeBSD 2.2-STABLE
I did compile slurpd with the
"libc_r" library and "make tests" went thru
fine.
slurpd propagates changes ok
when the slapd config has only one replica.
However it is not sending out changes to the second
replica. Am I missing something here?
There are also no reject
files in the "tmp" directory
slapd config
file:
-----------------------
...
...
replogfile
.../slapd.replog
replica
host=localhost:9005
binddn="root"
bindmethod=simple
credentials=secret
replica
host=localhost:9009
binddn="root"
bindmethod=simple
credentials=secret
...
...
slurpd.status file in
"tmp" dir is as follows:
-------------------------------------------------------------
localhost:9005::0
localhost:9009:915051556:0
Any advice is appreciated.
Thank you,
Lavanya |