Web Servers on Unix and Linux - Multiple authentication schemes

This is Interesting: Free IT Magazines  
Home > Archive > Web Servers on Unix and Linux > February 2005 > Multiple authentication schemes





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 Multiple authentication schemes
fabio_q

2005-02-17, 7:47 am

Hi all,
I'm using apache (1.3.27) with mod_ntlm (the one from here:
http://modntlm.jamiekerwick.co.uk/ ) to authenticate users from some
Windows XP workstations against a Windows 2000 Domain Controller. All
works fine with this .htaccess:

AuthType NTLM
NTLMAuth on
NTLMAuthoritative on
NTLMDomain mydomain.com
NTLMServer mydc
Require valid-user

Now I'd like to authenticate from a linux box too, using a special user
not present in the Domain Controller, but added to a password file using
htpasswd.

I'm using these settings:

AuthType NTLM
NTLMAuth on
NTLMAuthoritative off
NTLMDomain mydomain.com
NTLMServer mydc
AuthUserFile "/etc/myapp/htpasswd"
AuthAuthoritative on
Require valid-user

But it seems that the mod_auth isn't called at all, after the ntlm
authentication is failed.
The log says:
NTLM/SMB user "special": authentication failure for "/myapp/index.html"

Somebody can help on this?
TIA

--
Fabio
Dan Wilga

2005-02-17, 5:51 pm

Try adding:

Satisfy Any

--
Dan Wilga dwilga-MUNGE@mtholyoke.edu
** Remove the -MUNGE in my address to reply **
fabio_q

2005-02-18, 7:48 am

Dan Wilga <dwilga-MUNGE@mtholyoke.edu> wrote in message news:<dwilga-MUNGE-025EF5.13440517022005@nap.mtholyoke.edu>...
> Try adding:
>
> Satisfy Any


Now it doesn't ask for authentication at all.

--
Fabio
Sponsored Links






Free braindumps | Software forum | Database administration forum

Copyright 2003 - 2008 webservertalk.com