[Date Prev][Date Next]
[Chronological]
[Thread]
[Top]
4.2.2
I've tried to migrate to 4.2.2. Simple tests seemed to work. However, 4.2.2
fails on this same BerkeleyDB 4.2.52 database, whereas 4.1.25 works.
Does anyone know if this is a bug, or if I need to change the data somehow?
Thanks for any help anyone can provide.
The client regurns:
ccc6:/tools/utilities/cgi/authentication/Linux> ldapsearch -hldapv2 '(uid=aej)'
SASL/GSSAPI authentication started
SASL username: aej@WPI.EDU
SASL SSF: 56
SASL installing layers
# extended LDIF
#
# LDAPv3
# base <> with scope sub
# filter: (uid=aej)
# requesting: ALL
#
# search result
search: 5
result: 80 Internal (implementation specific) error
text: internal error
# numResponses: 1
The server's debug output looks like this:
conn=0 op=2 SRCH base="ou=People,dc=WPI,dc=EDU" scope=1 deref=0
filter="(uid=aej)"
=> bdb_search
bdb_dn2entry("ou=people,dc=wpi,dc=edu")
=> bdb_dn2id( "dc=wpi,dc=edu" )
<= bdb_dn2id: got id=0x00000001
=> bdb_dn2id( "ou=people,dc=wpi,dc=edu" )
<= bdb_dn2id: got id=0x00000002
entry_decode: "ou=People,dc=WPI,dc=EDU"
<= entry_decode: str2ad(021208181753Z): attribute description contains
inappropriate characters
<= entry_decode: str2undef_ad(021208181753Z): attribute description contains
inappropriate characters
send_ldap_result: conn=0 op=2 p=3
send_ldap_result: err=80 matched="" text="internal error"
send_ldap_response: msgid=3 tag=101 err=80
ber_flush: 28 bytes to sd 11
0000: 30 1a 02 01 03 65 15 0a 01 50 04 00 04 0e 69 6e 0....e...P....in
0010: 74 65 72 6e 61 6c 20 65 72 72 6f 72 ternal error
tls_write: want=90, written=90
0000: 17 03 01 00 18 2a 51 37 58 c1 c9 75 34 0c 61 2f .....*Q7X..u4.a/
0010: 73 df 21 70 7f 47 16 3b e7 4e 06 3c 6f 17 03 01 s.!p.G.;.N.<o...
0020: 00 38 b4 27 9a 33 00 f2 4b 9a 2c ad a7 4f 5b 94 .8.'.3..K.,..O[.
0030: 2b 6c aa 96 c3 6a 1f 38 f9 68 4a 40 6e 1d 44 f6 +l...j.8.hJ@n.D.
0040: 73 80 52 b2 58 2a a6 f8 07 76 8c 02 ef 61 70 a0 s.R.X*...v...ap.
0050: 5a cf 80 67 3c 7c 9d 16 58 4b Z..g<|..XK
ldap_write: want=28, written=28
0000: 30 1a 02 01 03 65 15 0a 01 50 04 00 04 0e 69 6e 0....e...P....in
0010: 74 65 72 6e 61 6c 20 65 72 72 6f 72 ternal error
conn=0 op=2 SEARCH RESULT tag=101 err=80 nentries=0 text=internal error
- Follow-Ups:
- Re: 4.2.2
- From: Quanah Gibson-Mount <quanah@stanford.edu>