Re: Validate Username / Passowrd on Active Directory ?
"Dogz" <Dogz@xxxxxxxxx> wrote in message
news:cepbi1ttfo1df6brm5929fu9pmv69l1f1h@xxxxxxxxxx
> Help !!!
>
> I am looking or some assistance on how to validate a user name and
> password that our onsite engineers enter to initiate a build. The
> username is used to add the workstation to its OU after the build is
> complete, but if the password is incorrect this fails.
>
> They all have accounts set up in our AD.
>
> Can't find anything at all.
>
> We have resorted to doing a temporary mapping to a test folder to
> validate the credentials, which will fail is username of password is
> incorrect. Crude approach but it works.
>
> Does anybody have any suggestion on how I can validate, via VBS these
> credentials.
I'd suggest you go with what works.
It would be a serious flaw in the security if one could in any way get an
answer to the question: "is 'this' the current password for account
so-and-so" without the resulting failure being counted as an authentication
failure.
/Al
.
Relevant Pages
- Re: How weird .. _Crypt
... Always assign it to a variable and validate it for length and for the ... SELECT loginName, password FROM USERS; ... password and compare to the hash on file for that user. ... You should check for success and always default to failure. ... (microsoft.public.fox.vfp.forms) - Re: How would I call a Linux command - eg mail from a C program?
... Basile Starynkevitch [news] wrote: ... > test for failure, and for valid arguments (just think what happens if ... you should be extremly careful and check very ... validate anything at all (I mean, you can feed anything you want to ... (comp.os.linux.development.apps) - Re: Validate a handle
... You should of course check the value returned with each read or write for failure to make sure the device is still there as well. ... there anyway to validate the handle before I do a read or write? ... I have just been opening it before every read and write, this of course involves some overhead I would like to remove:P Any suggestions? ... (microsoft.public.pocketpc.developer) - Re: VB6 & Active Directory
... there is a LogonUser API. ... Can it be used with AD credentials? ... understood him to want to validate a given username + password pair ... A VB6 app must integrate with AD, ... (microsoft.public.vb.general.discussion) - Re: Custom URL String
... I would like the information entered in the text field to append to the string which will re-direct the user to the correct login site and validate it then. ... You're still going to need a database of *some* kind to hold the proper credentials, even if it's a hand-coded flat file. ... you can use the "header" function to call up another site and pass any strings you may need to... ... (php.general) |
|