Re: Get user password in Active Directory



why not just using ldap to validate the account ?

As you are using .Net, you can even use integrated authentification, which is far better from a user experience perspective !

--
Cordialement,
Mathieu CHATEAU
English blog: http://lordoftheping.blogspot.com
French blog: http://www.lotp.fr


"Juan Manuel Porras Gálvez" <jmpgalvez@xxxxxxxxxxxxxxxxxxxx> wrote in message news:81EA036D-CA53-4376-A390-F6A7B275D735@xxxxxxxxxxxxxxxx
Thanks for your response, but by programming, only by programming, I need to
know how to get the encrypted user password in Active Directory and then save
it into a database.

By this way, when an user log on into my application, I'll try to encrypt
the password manually introduced and I'll compare it with the other one saved
into the database.

Regards.


"Mathieu CHATEAU" wrote:

Hello,

tools exist. They dump the AD database from DC.

What are you trying to achieve ?

--
Cordialement,
Mathieu CHATEAU
English blog: http://lordoftheping.blogspot.com
French blog: http://www.lotp.fr


"Juan Manuel Porras Gálvez" <jmpgalvez@xxxxxxxxxxxxxxxxxxxx> wrote in
message news:7178CC2F-47EC-4049-9FCF-23624C501351@xxxxxxxxxxxxxxxx
> Hello all, my question is: are there any way to get the encrypted user
> password in Active Directory using .NET programming?.
>
> I suppose it's no possible to get uncrypted user password, and ... are
> there
> any algorithm, function, or things like that to encrypt user password > like
> Active Directory?.
>
> Thanks very much.
>



.



Relevant Pages

  • Re: Get user password in Active Directory
    ... get encrypted user password from Active Directory, ... to compare it with the database value. ... English blog: http://lordoftheping.blogspot.com ...
    (microsoft.public.windows.server.active_directory)
  • modifying web.config programmatically
    ... Is there a .Net control available that allows to write into web.config file ... appsettings section? ... The idea is to create encrypted user name and password for database ...
    (microsoft.public.dotnet.framework.aspnet)