Re: VB .Net Security Question
From: Joe Kaplan (ilearnedthisthehardway@noway.com)
Date: 02/14/03
- Next message: Michel Gallant (MVP): "Re: using p12 Certificate - converting to x509 What am I doing wrong?"
- Previous message: Michel Gallant (MVP): "Re: using p12 Certificate - converting to x509 What am I doing wrong?"
- In reply to: David Allen: "VB .Net Security Question"
- Next in thread: David Allen: "Re: VB .Net Security Question"
- Reply: David Allen: "Re: VB .Net Security Question"
- Reply: David Allen: "Re: VB .Net Security Question"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
From: "Joe Kaplan" <ilearnedthisthehardway@noway.com> Date: Thu, 13 Feb 2003 21:45:00 -0600
You definitely need the domain name in front of the group if it is a Windows
domain group. Are you sure the current principal is a WindowsPrincipal and
is a member of that domain group? You can do a quick and dirty imperative
check in ASP.NET with context.User.IsInRole("DOMAIN\ArtUser").
Joe K.
"David Allen" <dallen@carrieraccess.com> wrote in message
news:eyQDMZ40CHA.428@TK2MSFTNGP09...
> Hi:
> I am working on the middle tier of an enterprise application, and am
> embedding security checking in it. I am trying to use the following
snippet
> of code to check to see if the currently logged-on use is in the group
> ArtUser. I have tried putting the domain in front of the group name
> (DOMAIN\ArtUser) and that didn't work. I can make this code work just fine
> if I use on of the BUILTIN groups like BUILTIN\Users, and it works fine
> using Name := and the user's name. Can anyone help me out with this? Am I
> missing something that is just blatently obvious?
>
> <PrincipalPermission(SecurityAction.Demand, Role:="ArtUser")> _
> Public Function GetArtRefs() As ArtRefs
>
> 'returns a collection of artref objects.
> Dim oRefs As New ArtRefs()
>
> Thanks in advance,
>
> Dave Allen
>
>
- Next message: Michel Gallant (MVP): "Re: using p12 Certificate - converting to x509 What am I doing wrong?"
- Previous message: Michel Gallant (MVP): "Re: using p12 Certificate - converting to x509 What am I doing wrong?"
- In reply to: David Allen: "VB .Net Security Question"
- Next in thread: David Allen: "Re: VB .Net Security Question"
- Reply: David Allen: "Re: VB .Net Security Question"
- Reply: David Allen: "Re: VB .Net Security Question"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Relevant Pages
|
|