Re: Get user password in Active Directory
- From: Juan Manuel Porras Gálvez <jmpgalvez@xxxxxxxxxxxxxxxxxxxx>
- Date: Sat, 6 Oct 2007 11:37:01 -0700
Hello Mathieu,
yes, Windows authentication is one of the best solutions, but, in my case,
there are several restrictions, like lost connectivity, ... that makes no
possible to implement this solution. An altenative solution is the one that
I've written to you: get encrypted user password from Active Directory, save
into a database and then encrypt the user password, write down, in plain text
to compare it with the database value.
Hmmmm ... in this way I think that's no possible to get password, but ...
another question, do you know any way to encrypt an user password with the
same function or algorithm that Active Directory do?.
MD5 algorithm?.
Thanks very much indeed.
"Mathieu CHATEAU" wrote:
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.
- Follow-Ups:
- Re: Get user password in Active Directory
- From: Roger Abell [MVP]
- Re: Get user password in Active Directory
- From: Joe Kaplan
- Re: Get user password in Active Directory
- References:
- Re: Get user password in Active Directory
- From: Mathieu CHATEAU
- Re: Get user password in Active Directory
- From: Juan Manuel Porras Gálvez
- Re: Get user password in Active Directory
- From: Mathieu CHATEAU
- Re: Get user password in Active Directory
- Prev by Date: Re: Managed By Tab
- Next by Date: Re: need to restore a DC
- Previous by thread: Re: Get user password in Active Directory
- Next by thread: Re: Get user password in Active Directory
- Index(es):
Relevant Pages
|