[Auth_ldap] LDAP Auth using Apache 2.0.54 on Win32
Paul Theron
Paul.Theron at jstor.org
Thu Jun 9 13:46:20 PDT 2005
When I set up my Apache 2.0.54 to use LDAP, it actually pops up a
username/password box in the web-browser, but as soon as I submit the
credentials, my APACHE crashes. The errorlog doesn't show anything.
Is there a way that I can see cleared errors ?
Are there any common reasons why APACHE would just crash ?
To clarify, do I only need to add the LDAP config settings to the
<directory> part of my http.conf file ?
Parts of my conf file:
LoadModule auth_ldap_module modules/mod_auth_ldap.so
LoadModule ldap_module modules/util_ldap.so
LDAPSharedCacheSize 200000
LDAPCacheEntries 1024
LDAPCacheTTL 600
LDAPOpCacheEntries 1024
LDAPOpCacheTTL 600
<Directory c:/Apache/Apache2/ldap-status>
SetHandler ldap-status
Order deny,allow
Allow from all
AuthLDAPEnabled on
AuthLDAPURL
ldap://ldap.itd.umich.edu/dc=umich,dc=edu??sub?(objectClass=*)
AuthLDAPAuthoritative on
require valid-user
</Directory>
Alias /jira/ "c:/Apache/Apache2/jira/"
<Directory "c:/Apache/Apache2/jira">
Allow from all
Order allow,deny
AllowOverride None
AuthName "TEST LDAP"
AuthType Basic
Options Indexes FollowSymLinks
require valid-user
AuthLDAPEnabled On
AuthLDAPURL
ldap://ldap.itd.umich.edu/dc=umich,dc=edu??sub?(objectclass=*)
</Directory>
Thanks for any help
- Paul Theron
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://www.rudedog.org/pipermail/auth_ldap/attachments/20050609/f1224751/attachment.htm
More information about the Auth_ldap
mailing list