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

(ITS#4881) ldapsearch, SSL and segmentation fault



Full_Name: Andrej Ricnik
Version: ldapsearch 2.3.21
OS: Slackware 11
URL: 
Submission from: (NULL) (138.235.105.2)


I'm trying to use ldapsearch against Novell eDir 8.7.3.9 (on Solaris) which
works fine when used w/o encryption.  If I use the self-signed Cert created on
the eDir server ldapsearch segfaults.

This works fine (returns the expected 46 DNs):
ldapsearch  -D cn=wpsbind,ou=wcm,ou=systemusers,ou=users,o=myorg -W -h
dev4.kdc.myorg.org -x -s sub -LLL '(cn=*)'

This one segfaults after the 45th DN:
ldapsearch -ZZ  -D cn=wpsbind,ou=wcm,ou=systemusers,ou=users,o=myorg -W -h
dev4.kdc.myorg.org -x -s sub -LLL '(cn=*)'

It looks similar to ITN# 889 ...