Re: transfer of encrypted password from a LDAP server to AD
From: dieudonné dominique (dieudonne_at_sgsi.ucl.ac.be)
Date: 09/20/04
- Next message: LJM: "Folder Redirection Question"
- Previous message: Chriss3 [MVP]: "Re: NT4 Server RAS in native AD"
- In reply to: Chris Malone: "Re: transfer of encrypted password from a LDAP server to AD"
- Messages sorted by: [ date ] [ thread ]
Date: Mon, 20 Sep 2004 15:44:47 GMT
I'm not sure I explained myself clearly. I'm not trying to change
passwords nor to allow users to change their password either. What I
try to know is if it is possible to transfer encrypted password from
an LDAP server ( from SUN, Netscape or from some other flavor ) in AD,
meaning that I don't know the passwords in clear text. In other words
is AD capable of understanding the {type of encryption}encrypted
pasword or not.
On 17 Sep 2004 13:49:42 -0700, persillade@hotmail.com (Chris Malone)
wrote:
>269190 How To Change a Windows 2000 User's Password Through LDAP
>http://support.microsoft.com/?id=269190
>
>You need to have a 128-bit SSL connection established to the DC. You
>will have to BER-encode the password if you do it through LDIFDE - I
>would recommend using the "SetPassword" method in ADSI/VBScript:
>
>
>Set oUser = GetObject _
> ("LDAP://cn=user1,ou=Test,dc=domain,dc=com")
>oUser.SetPassword "Password1"
>
>
>Chris Malone
>Microsoft Directory Services
- Next message: LJM: "Folder Redirection Question"
- Previous message: Chriss3 [MVP]: "Re: NT4 Server RAS in native AD"
- In reply to: Chris Malone: "Re: transfer of encrypted password from a LDAP server to AD"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|