Re: transfer of encrypted password from a LDAP server to AD
From: Chris Malone (persillade_at_hotmail.com)
Date: 09/17/04
- Previous message: Chris Malone: "Re: How to make AD replication instantaneously"
- In reply to: dieudonné dominique: "transfer of encrypted password from a LDAP server to AD"
- Next in thread: dieudonné dominique: "Re: transfer of encrypted password from a LDAP server to AD"
- Reply: dieudonné dominique: "Re: transfer of encrypted password from a LDAP server to AD"
- Messages sorted by: [ date ] [ thread ]
Date: 17 Sep 2004 13:49:42 -0700
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
- Previous message: Chris Malone: "Re: How to make AD replication instantaneously"
- In reply to: dieudonné dominique: "transfer of encrypted password from a LDAP server to AD"
- Next in thread: dieudonné dominique: "Re: transfer of encrypted password from a LDAP server to AD"
- Reply: dieudonné dominique: "Re: transfer of encrypted password from a LDAP server to AD"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|