DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://nagoya.apache.org/bugzilla/show_bug.cgi?id=18756>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=18756 Apache core dump when using LDAP authentification. ------- Additional Comments From [EMAIL PROTECTED] 2003-11-06 21:56 ------- My original bug report is located at http://nagoya.apache.org/bugzilla/show_bug.cgi?id=19993. I just tried it again using Solaris 8 with a recent patch cluster installed, Apache 2.0.48, OpenLDAP 2.1.23, and OpenSSL 0.9.7c. I'm using the default cache setting. According the the configure log, it's using "prefork" MPM. I didn't use any patches. I used the following command line to configure it. CPPFLAGS=-I/opt/include LDFLAGS=-L/opt/lib ./configure -- prefix=/opt/pkgs/httpd-2.0.48 --enable-ssl --with-ldap --enable-ldap --enable- auth-ldap 2>&1 | tee configure.txt According the the LDAP server logs, it is able to connection and bind successfully. I receive the following error in the error_log file. [Thu Nov 06 15:35:56 2003] [notice] child pid 24270 exit signal Bus error (10) Also, it doesn't appear to be using TLS like it should be. Until version 2.0.45, you could use the AuthLDAPStartTLS directive to enable TLS. In version 2.0.45, according to the documentation you have to use LDAPTrustedCA and LDAPTrustedCAType directives (AuthLDAPStartTLS is no longer recognized). This seemed to work in version 2.0.45. However, now, it doesn't seem to work. To work around that problem, I reconfigured my LDAP server to allow non- encrypted binds. This resulted in the bus error listed above. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
