DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://issues.apache.org/bugzilla/show_bug.cgi?id=32136>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND
INSERTED IN THE BUG DATABASE.
http://issues.apache.org/bugzilla/show_bug.cgi?id=32136
mod_auth_ldap crashes apache server
Summary: mod_auth_ldap crashes apache server
Product: Apache httpd-2.0
Version: 2.0.52
Platform: PC
OS/Version: Windows NT/2K
Status: NEW
Severity: Blocker
Priority: Other
Component: mod_auth_ldap
AssignedTo: bugs@httpd.apache.org
ReportedBy: bowent@u.library.arizona.edu
When using mod_auth_ldap on Win2k with Apache compiled binaries
apache crashes when any ldap authentication operation is performed.
I believe this is due to the fact that the precompiled binaries
are using the (unsupported) Microsoft LDAP SDK. The log shows:
[Tue Nov 02 15:14:48 2004] [debug] mod_auth_ldap.c(308): [client
150.135.47.62] [1724] auth_ldap authenticate: using URL
ldap://draco.library.arizona.edu/dc=library,dc=arizona,dc=edu?sAMAccount
Name?sub?(objectClass=*)
[Tue Nov 02 15:14:48 2004] [debug] mod_auth_ldap.c(313): [client
150.135.47.62] [1724] auth_ldap authenticate: ap_get_basic_auth_pw()
returns 401
[Tue Nov 02 15:15:00 2004] [debug] mod_auth_ldap.c(308): [client
150.135.47.62] [1724] auth_ldap authenticate: using URL
ldap://draco.library.arizona.edu/dc=library,dc=arizona,dc=edu?sAMAccount
Name?sub?(objectClass=*)
[Tue Nov 02 15:15:03 2004] [notice] Parent: child process exited with
status 1073807364 -- Restarting.
When I compile against the openldap SDK, modules mod_auth_ldap
and util_ldap are not found even though they are in the modules
directory with other modules which load fine.
Please compile windows binaries against an ssl supported LDAP SDK.
Additionally, the documentation for compilation of Apache on windows
for ssl+ldap is atrocious. I am using VC++ 6.0.
---------------------------------------------------------------------
To unsubscribe, e-mail: bugs-unsubscribe@httpd.apache.org
For additional commands, e-mail: bugs-help@httpd.apache.org
|