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=19993>. 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=19993 "child pid 25109 exit signal Bus error (10)" occuring with mod_auth_ldap Summary: "child pid 25109 exit signal Bus error (10)" occuring with mod_auth_ldap Product: Apache httpd-2.0 Version: 2.0.45 Platform: Sun OS/Version: Solaris Status: NEW Severity: Blocker Priority: Other Component: mod_authn_ldap AssignedTo: [email protected] ReportedBy: [EMAIL PROTECTED] I have LDAP authentication working fine with version 2.0.44, but, I can't get 2.0.45 to work. I think a new bug may have been introduced in mod_auth_ldap as I can see by reading the change log that some changes have been made to it. The first error that I see in error_log is, [Thu May 15 18:33:50 2003] [debug] util_ldap.c(1104): [25108] ldap cache init: Error 0 Then, when I try to authenticate, I receive the following error everytime I attempt to authenticate. [Thu May 15 18:34:39 2003] [notice] child pid 25109 exit signal Bus error (10) I have the following at the bottom of my httpd.conf file. LDAPTrustedCA /opt/pkgs/httpd/conf/ssl.crt/ca-bundle.crt LDAPTrustedCAType BASE64_FILE <Directory /opt/pkgs/httpd-2.0.45/htdocs> AuthType Basic AuthName "Test" AuthLDAPURL ldap://myldapserver:389/ou=myou,dc=mydc,dc=mydc?uid?sub?(uid=*) # AuthLDAPStartTLS on require valid-user </Directory> Note, I've tried it without using TLS, and the same error occurs. I'm using OpenLDAP 2.1.11 and OpenSSL 0.9.7.b. I've checked the LDAP logs, and mod_auth_ldap never actually queries the LDAP server. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
