[Date Prev][Date Next]
[Chronological]
[Thread]
[Top]
Re: LDAP slurp problem
> My systems are both RH9, one for master and one for slave with the same
> kind of
> installation.
> In particular:
> #> rpm -q openldap
> openldap-2.0.27-8
>
> do you have any suggestion to avoid this overhead?
Besides upgrading to 2.2.20, as I said earlier in this thread you have to
make the hostnames in the replica statement different at least with
respect to the case; e.g.
database ldbm
suffix "dc=domain1"
replica host="slave:389"
# ...
database ldbm
suffix "dc=domain2"
replica host="SLAVE:389"
# ...
note the difference? "slave:389" vs. "SLAVE:389". This works in 2.2,
don't know in 2.0 though.
p.
--
Pierangelo Masarati
mailto:pierangelo.masarati@sys-net.it
SysNet - via Dossi,8 27100 Pavia Tel: +390382573859 Fax: +390382476497