Please keep replies on the list.
Scott Sanders wrote:
Thank you for the rapid response.
Even if I move the 7 lines defining the chain overlay above the database definition I am seeing the same results. For testing, I moved those lines between the argsfile directive and the password-hash directive.
You should verify from the slave's and the master's logs that an attempt is made to chase the referral, and determine why it fails. All in all, if your build passes test007 and test018 the overlay is working fine, and I don't see anything odd in your configuration, at a first glance.
p.
Ing. Pierangelo Masarati OpenLDAP Core Team
SysNet s.r.l. via Dossi, 8 - 27100 Pavia - ITALIA http://www.sys-net.it --------------------------------------- Office: +39 02 23998309 Mobile: +39 333 4963172 Email: pierangelo.masarati@sys-net.it ---------------------------------------
Sorry about the mischan, gmail picked the wrong address to reply to and I didn't catch it. My build is passing test017, test018, and test032. There is no attempt made to chase the referral from what I can tell. That is exactly my problem. Here is the log from the slave server during an attempt to add an entry.
May 8 14:46:14 arch slapd[17991]: slapd starting May 8 14:47:19 arch slapd[17991]: conn=0 fd=12 ACCEPT from IP= 111.111.111.55:57691 (IP=0.0.0.0:389) May 8 14:47:19 arch slapd[17991]: conn=0 op=0 STARTTLS May 8 14:47:19 arch slapd[17991]: conn=0 op=0 RESULT oid= err=0 text= May 8 14:47:19 arch slapd[17991]: conn=0 fd=12 TLS established tls_ssf=256 ssf=256 May 8 14:47:21 arch slapd[17991]: conn=0 op=1 BIND dn="cn=admin,dc=domain,dc=com" method=128 May 8 14:47:21 arch slapd[17991]: conn=0 op=1 BIND dn="cn=admin,dc=domain,dc=com" mech=SIMPLE ssf=0 May 8 14:47:21 arch slapd[17991]: conn=0 op=1 RESULT tag=97 err=0 text= May 8 14:47:21 arch slapd[17991]: conn=0 op=2 ADD dn="cn=Bill Sanders,ou=people,dc=domain,dc=com" May 8 14:47:21 arch slapd[17991]: conn=0 op=2 RESULT tag=105 err=10 text= May 8 14:47:21 arch slapd[17991]: conn=0 op=3 UNBIND May 8 14:47:21 arch slapd[17991]: conn=0 fd=12 closed ()
I executed the following on the slave server. [ssanders@arch ~]$ ldapadd -x -ZZ -D 'cn=admin,dc=domain,dc=com' -W -f test.ldif Enter LDAP Password: adding new entry "cn=Bill Sanders,ou=people,dc=domain,dc=com" ldap_add: Referral (10) referrals:
ldap://info.domain.com:389/cn=Bill%20Sanders,ou=people,dc=domain,dc=com
I'm stumped.
-Scott
On 5/8/07, Pierangelo Masarati ando@sys-net.it wrote:
Please keep replies on the list.
Scott Sanders wrote:
Thank you for the rapid response.
Even if I move the 7 lines defining the chain overlay above the database definition I am seeing the same results. For testing, I moved those
lines
between the argsfile directive and the password-hash directive.
You should verify from the slave's and the master's logs that an attempt is made to chase the referral, and determine why it fails. All in all, if your build passes test007 and test018 the overlay is working fine, and I don't see anything odd in your configuration, at a first glance.
p.
Ing. Pierangelo Masarati OpenLDAP Core Team
SysNet s.r.l. via Dossi, 8 - 27100 Pavia - ITALIA http://www.sys-net.it
Office: +39 02 23998309 Mobile: +39 333 4963172 Email: pierangelo.masarati@sys-net.it
openldap-software@openldap.org