Hi John,
Thanks for your response. I didn't realize David asked the same question until after I posted mine.
All we want to do is verify AD access before they can run the application.
So user 'A' belongs to AD group 'App A access'
When we start the client app, the 1st thing we want to verify is that user 'A' is in AD group 'App A access'. If they do, they can run the app, if not, they get kicked out.
I was just looking for some mechanism to see which AD groups a user has access. The alternative, is to look at the members of a group and see if the user belongs to it.
Any ideas would be appreciated. I believe in the worse case, I can call a CMD file from the PB code and run a command like:
net user ev51606 /domain
If I pipe the results to a text file, I can look for the ID within the results. But I was hoping for a better way via a DLL call or some other process.
Thanks,
Ed