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

Re: using syncrepl for master slave relationship not working



Kurt D. Zeilenga wrote:

At 10:06 AM 4/4/2005, Todd Lyons wrote:


type=refreshAndPersist
# interval=00:00:01:00
searchbase="dc=ldaptest,dc=batelco,dc=jo"


Note that last line here is a continuation of the
comment.


Pardon me for being slow. Does that infer that a comment cannot occur
within a block of continued lines?



Comments cannot occur in directives regardless of whether they are continued or not. That is, access to * # foo by * read is just as invalid as access to * # foo by * read or access to * # foo by * read and, but for different reasons, access to * # foo by * read

See slapd.conf(5).

Kurt



Ok, so i've removed that comment, and after runnign both consumer and provider this is what i got:
provider output with debug level 256:
*************************************
conn=36 fd=10 ACCEPT from IP=172.16.5.108:1078 (IP=0.0.0.0:389)
conn=36 op=0 BIND dn="cn=manager,dc=ldaptest,dc=batelco,dc=jo" method=128
conn=36 op=0 BIND dn="cn=Manager,dc=ldaptest,dc=batelco,dc=jo" mech=SIMPLE ssf=0
conn=36 op=0 RESULT tag=97 err=0 text=
conn=36 op=1 SRCH base="dc=ldaptest,dc=batelco,dc=jo" scope=2 deref=0 filter="(objectClass=*)"
conn=36 op=1 SRCH attr=* structuralObjectClass entryCSN
conn=36 op=1 SEARCH RESULT tag=101 err=53 nentries=0 text=control unavailable in context
conn=36 op=2 UNBIND
*************************************


consumers output with debug level 256:
************************************
request 2 done
request 1 done
request 2 done
request 1 done
request 2 done
request 1 done
request 2 done
***********************************

both sections are repeated endlessly.
any clue?
and still nothing shows on the phldapadmin on the consumer side!
Thank you in advance.