Re: Authenticating user's join domain credentials ? --- win32 api ???

From: Roger Abell (mvpNOSpam_at_asu.edu)
Date: 04/30/05


Date: Fri, 29 Apr 2005 18:42:41 -0700

Many people just use an Ldap bind attempt to see if it
succeeds under the provided credentials, or if it fails
over to an unauthenticated bind.

-- 
Roger Abell
Microsoft MVP (Windows  Security)
MCSE (W2k3,W2k,Nt4)  MCDBA
"Srikanth" <Srikanth@discussions.microsoft.com> wrote in message
news:22BF1BBC-13B2-4A0F-B15F-4FF57C28288C@microsoft.com...
> Hello Gurus,
>
> I have a scenario where I have to validate a given set of credentials,
> without actually joining a computer to a domain, using the credentials.
>
> The information I have
> username
> password
> domain name
> computer name
>
>  I am trying to find a windows native/managed api, which would let me do
that.
> I did find some api which would let me Join the computer to the domain and
> unjoin from the domain.
> I am sure these api, internally, are using some low level functions/api to
> authenticate the credentials first before attempting to join the system to
> the domain.
>
>  Your answers are highly appreciated.
>
> Thanks in Advance.
> Srikanth


Relevant Pages

  • Re: Encapsulating and Securing Pre-canned ADSI calls
    ... The OS will protect the credentials ... You could also set up the process account to use a specific admin identity ... Your business logic security layer ... > 1) Have the API obtain credentials of the user with admin rights in AD, ...
    (microsoft.public.dotnet.security)
  • 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: verify windows password?
    ... will pass back to you whether the credentials it received were ... good without actually sharing those credentials with your ... If there is such an API I have never heard of it. ... Just set the frigging screen saver to require password ...
    (comp.databases.ms-access)
  • Re: Where/How to save passwords...
    ... credentials to access an internet based service. ... How do I go about protecting a users saved password? ... DPAPI is the API that has replaced the Protected Store used on Windows ...
    (microsoft.public.platformsdk.security)
  • Re: Copy files over a network share
    ... > different user credentials than the executing user. ... The System.IO.File.Copy overloaded methods don't accept credentials ... I think you'll have to use native API to accomplish this. ...
    (microsoft.public.dotnet.framework)