المساعد الشخصي الرقمي

مشاهدة النسخة كاملة : Implementing security against AD, user level, group level and roles?



C# Programming
09-13-2009, 02:51 PM
Hi.

I'm developing a small Windows forms application on which I must apply logon security. I need to verify that the user exist in the AD, is part of a certain group and has the proper role.

I also need to take care of the fact that the computer might not be connected to the network hence no contact with the domain controller.

Does anyone have an idea on how to implement this in a simple way?