You are viewing a plain text version of this content. The canonical link for it is here.
Posted to bugs@httpd.apache.org by bu...@apache.org on 2010/08/06 21:53:26 UTC

DO NOT REPLY [Bug 49719] New: authnz_ldap_module on Apache2.2.16 gives 500 Internal Server Error

https://issues.apache.org/bugzilla/show_bug.cgi?id=49719

           Summary: authnz_ldap_module on Apache2.2.16 gives 500 Internal
                    Server Error
           Product: Apache httpd-2
           Version: 2.2.15
          Platform: Sun
        OS/Version: Solaris
            Status: NEW
          Severity: major
          Priority: P2
         Component: mod_authz_ldap
        AssignedTo: bugs@httpd.apache.org
        ReportedBy: skundu73@yahoo.com


I am running Apache2.2.16 on a Solaris10 server. I am not using SSL. The part
of my httpd.conf file is:

LoadModule rewrite_module modules/mod_rewrite.so
LoadModule authnz_ldap_module modules/mod_authnz_ldap.so
LoadModule ldap_module modules/mod_ldap.so

    <Directory "/usr2/apache2.2.16/testdir">
        AuthType Basic
        AuthBasicProvider ldap
        AuthName "Directory Users"
        #AuthUserFile /dev/null
        AuthLDAPURL ldap://xxx.xxx.com:389/ou=People,ou=intranet,dc=xxxx,dc=
com?uid?sub?(objectClass=*)
        AuthzLDAPAuthoritative Off
        #Satisfy Any
        Require valid-user
    </Directory>

The website comes up. But access to http://xxx.xom/testdir prompts for LDAP
authentication but returns 500 Internal Server Error on the browser. The server
error logs have no further information.I used openldap-2.4.22-sol10-sparc-local
package.

I am trying to upgrade from Apache 1.3.28 to Apache 2.2.16. The LDAP
authentication works on the same server in Apache 1.3.28.
Could anyone please correct me if I am making any mistake in the syntax above?

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: bugs-unsubscribe@httpd.apache.org
For additional commands, e-mail: bugs-help@httpd.apache.org


DO NOT REPLY [Bug 49719] authnz_ldap_module on Apache2.2.16 gives 500 Internal Server Error

Posted by bu...@apache.org.
https://issues.apache.org/bugzilla/show_bug.cgi?id=49719

Ruediger Pluem <rp...@apache.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |INVALID

--- Comment #1 from Ruediger Pluem <rp...@apache.org> 2010-08-08 14:26:29 EDT ---
Please use a user support forum (such as the users mailinglist) for help with
your configuration.

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: bugs-unsubscribe@httpd.apache.org
For additional commands, e-mail: bugs-help@httpd.apache.org