Integrated Security

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Emmanuel

    Integrated Security

    Hi,

    I would like to make an application that uses the windows access control
    list to enable/disable features of the application depending on the user.
    The idea is to reuse the Windows NT user accounts and groups and allow the
    app user to configure which winnt user accounts and groups can access a
    given set of features.



    Any help is appreciated


    regards,


  • Willy Denoyette [MVP]

    #2
    Re: Integrated Security


    "Emmanuel" <kuki@kuki.ku k> wrote in message
    news:eHrGKO7OFH A.2432@TK2MSFTN GP10.phx.gbl...[color=blue]
    > Hi,
    >
    > I would like to make an application that uses the windows access control
    > list to enable/disable features of the application depending on the user.
    > The idea is to reuse the Windows NT user accounts and groups and allow the
    > app user to configure which winnt user accounts and groups can access a
    > given set of features.
    >
    >
    >
    > Any help is appreciated
    >
    >
    > regards,
    >[/color]

    Check "Role-Based Security" in the MSDN .NET Framework doc's.

    Willy.



    Comment

    Working...