LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Server (https://www.linuxquestions.org/questions/linux-server-73/)
-   -   Provider & Consumer OpenLDAP servers on same Linux Machine... (https://www.linuxquestions.org/questions/linux-server-73/provider-and-consumer-openldap-servers-on-same-linux-machine-649629/)

shrav4ever 06-16-2008 07:47 AM

Provider & Consumer OpenLDAP servers on same Linux Machine...
 
Hi,

I have configured 2 instances of OpenLDAP servers on a single Linux Machine at ports 389 & 390.

Both the instances work fine in standalone mode.
But when i try to configure the Provider-Consume replication using the Pull Method on the same using syncrepl method, even though the services are up and running, the replication doesnt happen.

I configured the slapd.conf files in the 2 instances as per a working Provider-Consumer instances.

Can any one tell me what i have to do so that the replication starts working??

Provider slapd.conf replication statements:

access to *
by dn.base="cn=root,dc=armor,dc=com" read
by * break
overlay syncprov
syncprov-checkpoint 100 10

Consume slapd.conf replication statements:

syncrepl rid=000
provider=ldap://n768.armor.com
type=refreshOnly
interval=00:0:01:00
retry="5 5 300 +"
searchbase="dc=armor,dc=com"
attrs=*
bindmethod=simple
binddn="cn=root,dc=armor,dc=com"
credentials=secret


All times are GMT -5. The time now is 01:12 AM.