softweng
May 8th, 2003, 02:39 PM
Does anyone know how to create a User Login function that will authenticate the user name and password against the local windows user database? Against the domain?
|
Click to See Complete Forum and Search --> : User Authentication softweng May 8th, 2003, 02:39 PM Does anyone know how to create a User Login function that will authenticate the user name and password against the local windows user database? Against the domain? DSJ May 9th, 2003, 10:19 AM If they can run your app they've already been authenticated have they not? softweng May 9th, 2003, 10:22 AM I need the ability for users to login to my app. My app should authenticate users against the windows user database. coolbiz May 9th, 2003, 10:59 AM You have to go through API for this (LOGONUSER()). Search through VB forum to get samples on that API. -Cool Bizs softweng May 9th, 2003, 11:28 AM you would think there is managed code to do this built into the framework? coolbiz May 9th, 2003, 02:57 PM Yea ... no idea what those engineers in M$ are thinking or maybe it is there except it is so hidden that no one knows about it :) -Cool Bizs codeguru.com
Copyright Internet.com Inc., All Rights Reserved. |