[Date Prev][Date Next] [Chronological] [Thread] [Top]

Re: Replication problem on 2 debian systems



here is the configuration of the master (only the important lines):

replogfile      /var/lib/ldap/replog
backend         bdb
database        bdb
suffix          "dc=torra,dc=de"
rootdn          "cn=manager,dc=torra,dc=de"
rootpw          {MD5}<binary-replaced>
access to attribute=userPassword
        by dn="cn=manager,dc=torra,dc=de" write
        by anonymous auth
        by self write
        by * none
access to *
        by dn="cn=manager,dc=torra,dc=de" write
        by * read
replica-pidfile /var/run/slurpd.pid
replica host=10.1.2.249:389 bindmethod=simple
binddn="cn=replicator,dc=torra,dc=de" credentials=<text-replaced>

and here is the slave configuration (only the important lines):

#replogfile     /var/lib/ldap/replog
backend         bdb
database        bdb
suffix          "dc=torra,dc=de"
rootdn          "cn=replicator,dc=torra,dc=de"
rootpw          {MD5}<binary-replaced>
access to attribute=userPassword
        by dn="cn=replicator,dc=torra,dc=de" write
        by anonymous auth
        by self write
        by * none
access to *
        by dn="cn=replicator,dc=torra,dc=de" write
        by * read
updatedn  "cn=manager,dc=torra,dc=de"
updateref ldap://10.1.2.244:389

maybe some one can find a mistake here!?