Auto Authenticate Special User
From: bunnytail (nospam_at_spam.com)
Date: 04/29/04
- Next message: mjt: "Re: using linux with windows"
- Previous message: Bill Unruh: "Re: System Time advances 1 hour each bootup; /etc/localtime linked to non-mounted file?"
- Next in thread: Davide Bianchi: "Re: Auto Authenticate Special User"
- Reply: Davide Bianchi: "Re: Auto Authenticate Special User"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Thu, 29 Apr 2004 18:28:54 +0200
hi all,
[I know here is not a proper place, but i seem to get no answer in other
grouops, so...]
I wonder if its possible in Apache authentication scheme, to have a
special user that will be authenticated without password in interanl
network, while other users still have to follow the regular policy.
I've tried to use "satisfy any/all" in .htaccess file.
AuthName "Me Only"
AuthType Basic
AuthUserFile /xxxxx/.Passwd
AuthGroupFile /xxxxx/.group
#Require user Me
Require group vip
Allow from mylocal.xxxxx.com
satisfy any
With "satisfy all", user is authenticated and $ENV{USER} is available,
but when "satisfy any", this user automaticlly authenticated but
$ENV{USER} is empty.
How can I get the user auto authenticated while $ENV{USER} is set correctly?
cheers,
sheng
- Next message: mjt: "Re: using linux with windows"
- Previous message: Bill Unruh: "Re: System Time advances 1 hour each bootup; /etc/localtime linked to non-mounted file?"
- Next in thread: Davide Bianchi: "Re: Auto Authenticate Special User"
- Reply: Davide Bianchi: "Re: Auto Authenticate Special User"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|