|
Home > Archive > IIS Server Security > March 2004 > Intranet File Permissions Using Active Directory
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 |
Intranet File Permissions Using Active Directory
|
|
| Justin 2004-03-22, 8:35 am |
| I have a question regarding using IIS to host a Intranet site for my company. I am wondering how I could use our Active Directory to set permissions to certain sections (files and folders) in our intranet.
I have fooled around with the file's security settings, allowing only 1 user to access it and when I try to view the page, I get a log in dialog box. After attempting to log on with the correct user, it just displays the box again and again. Is there so
mething I am missing?
Basically, I want to designate who has access to what on the Intranet's site using our existing Active Directory. Is this possible? If so, could you point me into the right direction as far as how to set it up?
Thanks,
Justin
| |
| Ken Schaefer 2004-03-22, 8:35 am |
| a) Open the IIS Manager, and for the Intranet website (or folder, or
whatever), right-click, choose Properties, and goto the Directory Security
tab. Disable "Allow Anonymous Authentication". Enable one or more of the
other authentication mechanisms
b) Using Windows Explorer, locate the folder/files that you wish to secure,
and change the NTFS permissions. The users/groups who should be able to
access the resources should have Read (RX) permissions (to read files). If
they are updating files, they will need other permissions (such as Write, or
Delete or whatever)
c) When authenticating, ensure that the appropriate domain is used as part
of the username, eg:
Domain\Username
Cheers
Ken
"Justin" <anonymous@discussions.microsoft.com> wrote in message
news:0746B61D-1399-45EF-A0C3-B991A118258C@microsoft.com...
: I have a question regarding using IIS to host a Intranet site for my
company. I am wondering how I could use our Active Directory to set
permissions to certain sections (files and folders) in our intranet.
:
: I have fooled around with the file's security settings, allowing only 1
user to access it and when I try to view the page, I get a log in dialog
box. After attempting to log on with the correct user, it just displays the
box again and again. Is there something I am missing?
:
: Basically, I want to designate who has access to what on the Intranet's
site using our existing Active Directory. Is this possible? If so, could
you point me into the right direction as far as how to set it up?
:
: Thanks,
:
: Justin
|
|
|
|
|