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

(ITS#5562) SEGV using TLS/SASL



Full_Name: Lea Anthony
Version: 2.3.40
OS: Arch Linux
URL: http://pastebin.com/f6b680f22
Submission from: (NULL) (194.82.229.100)


I have TLS setup as follows:

TLSCertificateFile /etc/openldap/certs/cert.pem
TLSCertificateKeyFile /etc/openldap/certs/key.pem
TLSCipherSuite HIGH:MEDIUM:+TLSv1:+SSLv2:+SSLv3

The server starts fine and doing "ldapsearch -x -ZZ" will do an anonymous bind
fine.

However, doing "ldapsearch -ZZ" will cause a segfault on the server. The
pastebin URL contains the post SSL negotiation debug lines from "slapd -d -1".