P
Pictor
I have an ASP portal where I authenticate the user via Active
Directory.
But I can disable this option too (our client asked it) and, in this
case, I should authenticate the users from the SQL-Server database.
So I need to synchronize the user that are in the User Table on the
SQL-Server database with the Active Directory users.
Obviously I can synchronize everything but the password, that is
crypted and isn't shown, even if I make a query on it (it returns a
blank or null value).
I sure don't want to steal the passwords (;-P), but I need, at least,
to get it in binary&crypted format and save it in the Password field on
the S-Server user table.
Then (I hope) I'll use a function to encrypt the password (in the same
way Windows does it) written by the user and compare with the copy in
the database.
Is there any way to do it?
How can I retrieve the password to store it in the database?
I doubt there is no way to synchronize the AD database with any SQL
database.
Can you please help me?
Thank you a lot !
Directory.
But I can disable this option too (our client asked it) and, in this
case, I should authenticate the users from the SQL-Server database.
So I need to synchronize the user that are in the User Table on the
SQL-Server database with the Active Directory users.
Obviously I can synchronize everything but the password, that is
crypted and isn't shown, even if I make a query on it (it returns a
blank or null value).
I sure don't want to steal the passwords (;-P), but I need, at least,
to get it in binary&crypted format and save it in the Password field on
the S-Server user table.
Then (I hope) I'll use a function to encrypt the password (in the same
way Windows does it) written by the user and compare with the copy in
the database.
Is there any way to do it?
How can I retrieve the password to store it in the database?
I doubt there is no way to synchronize the AD database with any SQL
database.
Can you please help me?
Thank you a lot !