Home All Groups Group Topic Archive Search About

access only through Local groups

Author
25 Apr 2005 1:34 PM
Sk Thilakan
Hi All,
I have a IIS 6 server, I created a website, and this sevrver in a Domin, i want give access to this website only the domain users who are in the local group ( loacl group in the IIS server, not any domain local group) how do I do that?  I am trng varios options not geting what I need.Please help.
Thank you
thilakan

Author
26 Apr 2005 6:41 AM
David Wang [Msft]
Not an IIS issue. Basic Windows knowledge.

1. Create the local group and populate it with necessary domain users
2. Enable Integrated authentication and remove anonymous authentication on
the /vdir of choice
3. ACL the /vdir content on the web server to give read access to the local
group and nothing else.

--
//David
IIS
http://blogs.msdn.com/David.Wang
This posting is provided "AS IS" with no warranties, and confers no rights.
//
"Sk Thilakan" <skthi***@gmail.com> wrote in message
news:eEXdLvZSFHA.3156@TK2MSFTNGP15.phx.gbl...
Hi All,
I have a IIS 6 server, I created a website, and this sevrver in a Domin, i
want give access to this website only the domain users who are in the local
group ( loacl group in the IIS server, not any domain local group) how do I
do that?  I am trng varios options not geting what I need.Please help.
Thank you
thilakan
Author
26 Apr 2005 8:53 AM
Sk Thilakan
Thank you David for this replay.
I did something similar,
I created a group in the sever where IIS runs and added all required users to that local group.
I given read permissions to this group to the web site document root folder
enabled integrated authentication also domain authentication also enabled
given website permissions to this local group also.

finally I added the domain users to the web site permission list and it stated working to my requirement.

Thank you again
Thilakan.
  "David Wang [Msft]" <some***@online.microsoft.com> wrote in message news:uIaHVwiSFHA.3184@TK2MSFTNGP09.phx.gbl...
  Not an IIS issue. Basic Windows knowledge.

  1. Create the local group and populate it with necessary domain users
  2. Enable Integrated authentication and remove anonymous authentication on
  the /vdir of choice
  3. ACL the /vdir content on the web server to give read access to the local
  group and nothing else.

  --
  //David
  IIS
  http://blogs.msdn.com/David.Wang
  This posting is provided "AS IS" with no warranties, and confers no rights.
  //
  "Sk Thilakan" <skthi***@gmail.com> wrote in message
  news:eEXdLvZSFHA.3156@TK2MSFTNGP15.phx.gbl...
  Hi All,
  I have a IIS 6 server, I created a website, and this sevrver in a Domin, i
  want give access to this website only the domain users who are in the local
  group ( loacl group in the IIS server, not any domain local group) how do I
  do that?  I am trng varios options not geting what I need.Please help.
  Thank you
  thilakan