Web Servers on Windows - apache authentication

This is Interesting: Free IT Magazines  
Home > Archive > Web Servers on Windows > February 2006 > apache authentication





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 apache authentication
markus vogel

2006-02-17, 10:51 pm

Hi

My question: Is it possible to mix apache ldap authentication with the
basic authentication. My goal is that on authentication my active
directory and my password file are checked. Access shall be granted
when the user is in my active directory or in my password file.
I work with apache 2.0.55 on windows server 2003.

Thanks

Markus

markus vogel

2006-02-20, 7:47 am


markus vogel wrote:
> Hi
>
> My question: Is it possible to mix apache ldap authentication with the
> basic authentication. My goal is that on authentication my active
> directory and my password file are checked. Access shall be granted
> when the user is in my active directory or in my password file.
> I work with apache 2.0.55 on windows server 2003.
>
> Thanks
>
> Markus


I got it. In the "Location" - block you need the follow directive:
AuthLDAPAuthoritative off
You then can provide also in the "Location" - block a password-file:
AuthUserFile BasicAuth
Finally you define to do authentication:
require valid-user

Thats it.

Sponsored Links






Free braindumps | Software forum | Database administration forum

Copyright 2003 - 2008 webservertalk.com