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

replication, almost there



I'm been working getting ldap authentication working and it's working like 
a champ so far.  My last step is to understand replication.

My master ldap server is writing the slurpd log.  Here is my replication 
config:

# Replicas to which we should propagate changes
replica host=dns1.research.blah.com:389 tls=yes
        binddn="cn=manager,dc=research,dc=blah"
        bindmethod=simple
        credentials=frank

and this is my config on the slave:

updatedn        "cn=manager,dc=research,dc=blah"

This is what I see in my logs on the slave side:

Jul  8 15:26:45 dns1 slapd[15372]: connection_get(11): got connid=4 
Jul  8 15:26:45 dns1 slapd[15372]: connection_read(11): checking for input 
on id=4 
Jul  8 15:26:45 dns1 slapd[15372]: ber_get_next on fd 11 failed errno=11 
(Resource temporarily unavailable) 
Jul  8 15:26:45 dns1 slapd[15375]: do_extended 
Jul  8 15:26:45 dns1 slapd[15375]: send_ldap_extended 0: (0) 
Jul  8 15:26:45 dns1 slapd[15375]: send_ldap_response: msgid=1 tag=120 
err=0 
Jul  8 15:26:45 dns1 slapd[15372]: connection_get(11): got connid=4 
Jul  8 15:26:45 dns1 slapd[15372]: connection_read(11): checking for input 
on id=4 
Jul  8 15:26:45 dns1 slapd[15372]: connection_read(11): TLS accept error 
error=-1 id=4, closing 
Jul  8 15:26:45 dns1 slapd[15372]: connection_closing: readying conn=4 
sd=11 for close 
Jul  8 15:26:45 dns1 slapd[15372]: connection_close: conn=4 sd=11 

Any hints for me.  I'm new to the list so I'm not sure what information is 
needed from me.

Thanks
-jeremy