Re: ASP.NET Authentication
- From: "Joe Kaplan \(MVP - ADSI\)" <joseph.e.kaplan@xxxxxxxxxxxxxxxxxxxxxxxx>
- Date: Wed, 21 Dec 2005 17:32:58 -0600
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.
"Cathleen C via DotNetMonster.com" <u12958@uwe> wrote in message
news:592fb506b0ab0@xxxxxx
>I considered going with the <authorization/> it just seemed inefficient to
> include user names in a file instead of directly on the folder.
>
> So if I take that approach then I still need to give Network Services
> access
> to the folder in Explorer, and in web.config a list of users allowed to
> view
> the app? Can I list network groups? And only those will be able to view
> it?
> Since setting permissions has become more complicated than just adding
> users
> to the directory itself, I fully expect that you have to list everyone
> that
> is denied.
>
> I ran into some info on ACL elsewhere, but all I know is that it stands
> for
> Access Control List. From where do you access this?
>
> Tahnks for your help.
>
> Joe Kaplan (MVP - ADSI) wrote:
>>If you are using Windows authentication, it might be easier to just use
>>the
>><authorization/> element in the web.config file to specify allow/deny
>>lists
>>for your application than to resort to file system ACLs. ACLs give you
>>defense in depth and are a good idea, but the <authorization/> element is
>>sufficient for what you want.
>>
>>If you mess with ACLs, remember that the worker process identity still
>>needs
>>to be able to read the files too.
>>
>>Joe K.
>>
>>> I'm now well beyond frustration.
>>>
>>[quoted text clipped - 48 lines]
>>> Can anyone shed some light. It seems like this should be such a simple
>>> process.
>
> --
> Message posted via DotNetMonster.com
> http://www.dotnetmonster.com/Uwe/Forums.aspx/asp-net-security/200512/1
.
- Follow-Ups:
- Re: ASP.NET Authentication
- From: Cathleen C via DotNetMonster.com
- Re: ASP.NET Authentication
- References:
- ASP.NET Authentication
- From: Cathleen C via DotNetMonster.com
- Re: ASP.NET Authentication
- From: Joe Kaplan \(MVP - ADSI\)
- Re: ASP.NET Authentication
- From: Cathleen C via DotNetMonster.com
- 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):
Relevant Pages
|
Loading