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.

Cheers.

PB

Re: Validate Username / Passowrd on Active Directory ? by Al

Al
Mon Sep 12 21:12:11 CDT 2005


"Dogz" <Dogz@The.Pound> wrote in message
news:cepbi1ttfo1df6brm5929fu9pmv69l1f1h@4ax.com...
> 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