user group from active directory
-
-
Im using windows authentication in asp.net application and it is working fine... I need to give roles for particular user group.. how do we get the user groups from active directory.... Searched google but i could not find that.. Help me out....
test-09 wrote:
Searched google but i could not find that..
Did you read this article ? Howto: (Almost) Everything In Active Directory via C#[^]
Cheers ! Abhijit Jana | MVP Web Site : abhijitjana.net Don't forget to click "Good Answer" on the post(s) that helped you.
-
Im using windows authentication in asp.net application and it is working fine... I need to give roles for particular user group.. how do we get the user groups from active directory.... Searched google but i could not find that.. Help me out....
thread.CurrentPrincipal -> WindowsPrincipal[^]