Thanks for your reply but what I need is a way to determine the NT user groups that an individual login is a member of and not a list of all NT user groups in a Domain.
James, thanks for the reply.
As far as why - we are in the process of developing an appl(sort of a menuing system) that will allow access to certain appl's and reports based on each user's NT security. The caveat is that we don't want to show the user any programs in the menu that they don't have access to and we would prefer to use the existing NT security rather than maintaining a separate "user profile/security" table.
I see. I would say it would probably be easier to do this checking direct from the app, rather than go through SQL Server. You could query Active Directory for this info - obviously the exact method for doing this would vary depending on how you've built your app.
I've never done this myself but you may get a solution by posting in a forum dedicated to your app (VB, ASP etc..)
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.