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.
*** This bug has been marked as a duplicate of 188073 ***