IIS Server Security - Single user id to access web site??

This is Interesting: Free IT Magazines  
Home > Archive > IIS Server Security > March 2006 > Single user id to access web site??





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 Single user id to access web site??
todd.prickett@gmail.com

2006-03-01, 8:01 am

Hi,
I have a site that I want to use basic auth over SSL. I want a single
login (I'm going to be the only user). The machine currently has a few

user account already that I don't want to remove. How do I limit IIS
to ONLY allow a single login to access the web (i.o.w. only this user
ID will be accepted by the basic auth password prompt).

This is on IIS 5 and WinXP Pro using workgroups.

TIA

Ken Schaefer

2006-03-01, 8:01 am

Change the NTFS permissions on the files in question.

Remember that authentication and authorization are two distinct operations.
Any user can /authenticate/ by supplying valid username/password
combination. But that doesn't mean that the user is authorized to read the
files. By changing the NTFS permissions on the files, you can choose who is
authorized to read those files.

Cheers
Ken


<todd.prickett@gmail.com> wrote in message
news:1141155210.207437.224210@v46g2000cwv.googlegroups.com...
: Hi,
: I have a site that I want to use basic auth over SSL. I want a single
: login (I'm going to be the only user). The machine currently has a few
:
: user account already that I don't want to remove. How do I limit IIS
: to ONLY allow a single login to access the web (i.o.w. only this user
: ID will be accepted by the basic auth password prompt).
:
: This is on IIS 5 and WinXP Pro using workgroups.
:
: TIA
:


todd.prickett@gmail.com

2006-03-01, 8:01 am


Ken Schaefer wrote:
> Change the NTFS permissions on the files in question.



Thanks Ken. I have a look there.

Sponsored Links






Free braindumps | Software forum | Database administration forum

Copyright 2003 - 2008 webservertalk.com