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

(ITS#3474) test026 fails



Full_Name: Howard Chu
Version: 2.3alpha
OS: SuSE 9.1
URL: 
Submission from: (NULL) (24.126.120.178)
Submitted by: hyc


I'm rather puzzled since the test passes in HEAD but not in RE23, and looking at
the diffs between the two I don't see anything relevant to explain the problem.

RE23 testrun/slapd.1.log has this:

conn=1 op=5 ADD dn="cn=Unescaped Equals,ou=LDAPv3,dc=example,dc=com"
>>> dnPretty: <cn=Unescaped Equals,ou=LDAPv3,dc=example,dc=com>
=> ldap_bv2dn(cn=Unescaped Equals,ou=LDAPv3,dc=example,dc=com,0)
ldap_err2string
<= ldap_bv2dn(cn=Unescaped Equals,ou=LDAPv3,dc=example,dc=com)=0 Success
=> ldap_dn2bv(272)
ldap_err2string
<= ldap_dn2bv(cn=Unescaped Equals,ou=LDAPv3,dc=example,dc=com)=0 Success
<<< dnPretty: <cn=Unescaped Equals,ou=LDAPv3,dc=example,dc=com>
>>> dnPretty: <cn=A*x=b is a linear algebra
problem,ou=LDAPv3,dc=example,dc=com>
=> ldap_bv2dn(cn=A*x=b is a linear algebra
problem,ou=LDAPv3,dc=example,dc=com,0)
ldap_err2string
<= ldap_bv2dn(cn=A*x=b is a linear algebra
problem,ou=LDAPv3,dc=example,dc=com)=-4 Decoding error
send_ldap_result: conn=1 op=5 p=3
send_ldap_result: err=21 matched="" text="member: value #1 invalid per syntax"
send_ldap_response: msgid=6 tag=105 err=21

The above entry is missing from ldapsearch.out so the final comparison fails.