Red Hat Installation - LDAP authentication using Apache on windows

This is Interesting: Free IT Magazines  
Home > Archive > Red Hat Installation > February 2006 > LDAP authentication using Apache on windows





You are viewing an archived Text-only version of the thread. To view this thread in it's original format and/or if you want to reply to this thread please [click here]

Author LDAP authentication using Apache on windows
hoover_richard@hotmail.com

2006-02-13, 6:03 pm

I am trying to get LDAP to authenticate to AD and requiring any
valid-user into the folder I am protecting. I can get the password
prompt box to appear and when I enter my credentials the webpage does
not appear and the Apache service shutsdown. I am not sure what the
problem could be and I have included my code and LDAP query below.
Please any help you can provide is appreciated!

<Directory "C:/Program Files/Apache Group/Apache2/htdocs/ldaptest">
Options FollowSymLinks
AuthName "Sample LDAP Auth Test"
AuthLDAPAuthoritative on
AuthLDAPEnabled on
AuthType Basic
AuthLDAPURL "ldap://XXX.XXX.XXX.XXX/dc=somedomain,dc=net?uid"
require valid-user
</Directory>

Jan Gerrit Kootstra

2006-02-13, 6:03 pm

hoover_richard@hotmail.com wrote:
> I am trying to get LDAP to authenticate to AD and requiring any
> valid-user into the folder I am protecting. I can get the password
> prompt box to appear and when I enter my credentials the webpage does
> not appear and the Apache service shutsdown. I am not sure what the
> problem could be and I have included my code and LDAP query below.
> Please any help you can provide is appreciated!
>
> <Directory "C:/Program Files/Apache Group/Apache2/htdocs/ldaptest">
> Options FollowSymLinks
> AuthName "Sample LDAP Auth Test"
> AuthLDAPAuthoritative on
> AuthLDAPEnabled on
> AuthType Basic
> AuthLDAPURL "ldap://XXX.XXX.XXX.XXX/dc=somedomain,dc=net?uid"
> require valid-user
> </Directory>
>


Richard,


On what platform (Operating System, including version) does your LDAP run?

Do you see error message in your event log before or during the Apache
shutdown?

Do you see error/query messages on your LDAP server?


Kind regards,


Jan Gerrit Kootstra RHCE
Sponsored Links






Free braindumps | Software forum | Database administration forum

Copyright 2003 - 2008 webservertalk.com