Last post Jan 20, 2013 01:07 PM by ramramesh
Member
91 Points
1205 Posts
Jan 20, 2013 05:30 AM|nicklibee|LINK
Dear all,
how to validate username and password in active directory from vb.net ?
Thanks
Nick
206 Points
55 Posts
Jan 20, 2013 05:49 AM|JammoD|LINK
All-Star
20376 Points
6505 Posts
ASPInsiders
MVP
Jan 20, 2013 12:43 PM|BrockAllen|LINK
If you use windows authentication the IIS does this for you. You'd then simply access User.Identity.Name to know who was logged in and User.IsInRole("Groupname") to know what groups they are in.
232 Points
122 Posts
Jan 20, 2013 01:07 PM|ramramesh|LINK
http://support.microsoft.com/kb/326340
http://www.vbforums.com/showthread.php?352349-Validate-Login-against-Active-Directory
Member
91 Points
1205 Posts
how to validate username and password in active directory from vb.net
Jan 20, 2013 05:30 AM|nicklibee|LINK
Dear all,
how to validate username and password in active directory from vb.net ?
Thanks
Nick
Member
206 Points
55 Posts
Re: how to validate username and password in active directory from vb.net
Jan 20, 2013 05:49 AM|JammoD|LINK
All-Star
20376 Points
6505 Posts
ASPInsiders
MVP
Re: how to validate username and password in active directory from vb.net
Jan 20, 2013 12:43 PM|BrockAllen|LINK
If you use windows authentication the IIS does this for you. You'd then simply access User.Identity.Name to know who was logged in and User.IsInRole("Groupname") to know what groups they are in.
DevelopMentor | http://www.develop.com
thinktecture | http://www.thinktecture.com/
Member
232 Points
122 Posts
Re: how to validate username and password in active directory from vb.net
Jan 20, 2013 01:07 PM|ramramesh|LINK
http://support.microsoft.com/kb/326340
http://www.vbforums.com/showthread.php?352349-Validate-Login-against-Active-Directory