Re: ASP.NET Authentication
- From: Dominick Baier [DevelopMentor] <dbaier@xxxxxxxxxxxxxxxxxxxxxxxxxxxxx>
- Date: Thu, 22 Dec 2005 12:59:11 -0800
hi,
always use domain\groupname
try a group without spaces if you are unsure..
--------------------------------------- Dominick Baier - DevelopMentor http://www.leastprivilege.com
I've tried entering a group name, but it doesn't seem to work. The group name is "applications development". Is it possible to use group names that contain spaces?
Joe Kaplan (MVP - ADSI) wrote:
Typically you would use groups in the allow/deny tags in NT format (domain\groupname). You can build whatever type of access you want based on the order of the allow and deny tags. The first match for a given user wins.
So, you might do and allow for your domain group and a deny for users=* after that. That will effectively allow the users in the group and deny everyone else.
Joe K.
I considered going with the <authorization/> it just seemed inefficient to include user names in a file instead of directly on the folder.
[quoted text clipped - 36 lines]
Can anyone shed some light. It seems like this should be such a simple process.
.
- Follow-Ups:
- Re: ASP.NET Authentication
- From: Cathleen C via DotNetMonster.com
- Re: ASP.NET Authentication
- References:
- Re: ASP.NET Authentication
- From: Cathleen C via DotNetMonster.com
- Re: ASP.NET Authentication
- Prev by Date: Re: ASP.NET Authentication
- Next by Date: Re: ASP.NET Authentication
- Previous by thread: Re: ASP.NET Authentication
- Next by thread: Re: ASP.NET Authentication
- Index(es):