niXforums Forum Index
 FAQFAQ   SearchSearch   MemberlistMemberlist   UsergroupsUsergroups   RegisterRegister 
 ProfileProfile   PreferencesPreferences   Log in to check your private messagesLog in to check your private messages   Log inLog in 
· nixdoc.net · man pages · Linux HOWTOs · FreeBSD Tips · Forums
navigation Forum index » Apps » Apache
Multiple authentication schemes
Post new topic   Reply to topic Page 1 of 1 [1 Post] View previous topic :: View next topic
Author Message
Fabio Lo Votrico
*nix forums beginner


Joined: 16 Feb 2005
Posts: 1

PostPosted: Wed Feb 16, 2005 4:26 pm    Post subject: Multiple authentication schemes Reply with quote

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


---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
" from the digest: users-digest-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org
Back to top
Google

Back to top
Display posts from previous:   
Post new topic   Reply to topic Page 1 of 1 [1 Post] View previous topic :: View next topic
The time now is Thu Sep 09, 2010 11:35 am | All times are GMT
navigation Forum index » Apps » Apache
Jump to:  

Similar Topics
Topic Author Forum Replies Last Post
No new posts Configure Postfix to relay mail to multiple internal servers tristopherr Postfix 0 Fri Aug 06, 2010 7:03 pm
No new posts SASL authentication in combination with block-lists... Steve641 Postfix 0 Wed May 26, 2010 6:12 pm
No new posts Postfix fatal authentication errors! JamesMaxwell Postfix 0 Tue Oct 28, 2008 3:37 pm
No new posts postfix smtp authentication using mysql stored user/pass rtresidd Postfix 0 Fri Oct 03, 2008 5:58 am
No new posts Postfix Multiple Relay Hosts? blaze Postfix 0 Wed Jun 25, 2008 5:02 am

Copyright © 2004-2005 DeniX Solutions SRL
Other DeniX Solutions sites: Unix/Linux blog |  electronics forum |  medicine forum |  science forum |  email marketing service
 
Sponsors: Debt Help | Anime Downloads | USA Property | Nikon D5000 | Computer Jobs
Privacy Policy
[ Time: 0.0655s ][ Queries: 17 (0.0417s) ][ GZIP on - Debug on ]