Hi Dominick
Thanks for the response. By Secutiy Object, I mean my own dll that will
handle the decision that a particular client that is part of a particular
group (defined by us, in this case lets say a data_entry user vs. an
administrator user) can or cannot see data on a page. We need to restrict
some users to only see their clients and others can see their clients as well
as clients that they have what we call a partnership with. I was going down
the path of creating my own custom object that would use the IPrincipal
interface and each page in our database would have a particular role assiged
to it, so that if a user does not match the role he would be re-directed to a
page that politely tells him he cannot see this clients data. Make any sense?
"Dominick Baier [DevelopMentor]" wrote:
> Hello seal,
>
> What do you mean with Security Object??
>
>
> ---------------------------------------
> Dominick Baier - DevelopMentor
> http://www.leastprivilege.com
>
> > Hi
> >
> > I work for a company that has user and user roles in the database and
> > a very, very complicated long list of rules on how to let a person see
> > the data from a page or control. My question is I want to re-write the
> > security object and I am looking for suggestions as to what the best
> > way to do this would be.
> >
> > Any suggestions?
> >
>
>
>
>