| 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
|