User Authentication through ActiveDireectory ?
C#
1
Posts
1
Posters
0
Views
1
Watching
-
Hi, I am bulding a Windows application through C# and I want to integrate that with ActiveDirectory(AD), also i want users(not part of AD) to login into my application. that i have done with a simple .mdb. but i want my AD users to simply double Click my Application and get started. How can i do this in C#? I mean how can i authenticate those users(I can not ask them for password). Also, I have alredy added some 40 around forms. and i want those forms to be launched if the user is of a specific type(for ex: Admin,Site Admin,General User.. etc). How can i put the minimum amount of code within these froms so that i need not change the whole code.:confused: Please advice. Thanks In Advance
kss