Bug 212473

Summary: segfault with mod_authnz_ldap
Product: [Fedora] Fedora Reporter: Jeff Strunk <jstrunk>
Component: httpdAssignee: Joe Orton <jorton>
Status: CLOSED DUPLICATE QA Contact:
Severity: medium Docs Contact:
Priority: medium    
Version: 5   
Target Milestone: ---   
Target Release: ---   
Hardware: x86_64   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2006-10-26 21:34:17 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Jeff Strunk 2006-10-26 21:28:24 UTC
Description of problem:
When mod_authnz_ldap(included in the httpd package) is used, every time someone
authenticates(whether successfully or not) the httpd child process segfaults.

The LDAP server is Fedora DS 1.0.2.

The configuration section is:
<Location /svn-test/>
   #SSLRequireSSL
   DAV svn
   SVNParentPath /var/www/svn

   AuthType Basic
   AuthName "Enthought"
   AuthBasicProvider ldap
   AuthLDAPUrl ldap://ldap0.enthought/ou=People,dc=enthought?uid?sub NONE
AuthzLDAPAuthoritative off
require valid-user
</Location>

The log output is:
[Thu Oct 26 16:20:11 2006] [debug] mod_authnz_ldap.c(373): [client 192.168.1.98]
[3251] auth_ldap authenticate: using URL
ldap://ldap0.enthought/ou=People,dc=enthought?uid?sub
[Thu Oct 26 16:20:11 2006] [notice] child pid 3251 exit signal Segmentation
fault (11)


Version-Release number of selected component (if applicable):
httpd-2.2.2-1.2

How reproducible:
Always


Steps to Reproduce:
1. Setup a directory/location with mod_authnz_ldap authentication according to
http://httpd.apache.org/docs/2.2/mod/mod_authnz_ldap.html
2. Attempt to access that location in a web browser.
  
Actual results:
Authentication box. Then blank page.

Expected results:
Authentication box. Page at location.

Comment 1 Jeff Strunk 2006-10-26 21:34:17 UTC

*** This bug has been marked as a duplicate of 188073 ***