You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@httpd.apache.org by Paul Ortman <po...@goshen.edu> on 2006/08/03 20:59:45 UTC

[users@httpd] Apache 2.2.3 on win32 mod_authnz_ldap always fails

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Apache 2.2.3 (also present in 2.0.59) using both the MSI and zip
installers on win32 does not seem to have a functioning LDAP
authentication module.

Using configuration directives of:

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

<Directory "C:/Apache2/htdocs/LDAP">
    Options Indexes FollowSymLinks
    AllowOverride None

    AuthType Basic
    Allow from all
    AuthName "AV Access"
    AuthBasicProvider ldap
    AuthLDAPURL
ldap://openldap-repl.goshen.edu/dc=goshen,dc=edu?uid?sub?(objectClass=*)
    require valid-user
</Directory>

Always crashes the server with an internal 500 error.

In the error log there is this message:

[warn] [client 127.0.0.1] [3476] auth_ldap authenticate: user portman
authentication failed; URI /ldap/ [ldap_search_ext_s() for user
failed][Protocol Error]

Using that very same set of configuration directives on a linux host
works flawlessly.  What am I missing?

- --
Paul Ortman

PGP Key: 55602C81
- --
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.2.2 (GNU/Linux)

iD8DBQFE0kegfw8KGlVgLIERArmuAJ9wHub4GnFwlIXLwaOriLmHe73W6QCfSDxb
wOaRhdkgT22u6fS3ET62wD8=
=/jSi
-----END PGP SIGNATURE-----

---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
   "   from the digest: users-digest-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org