Hi all,
I'm trying to im****t user's password with ldifde utiliy but it does
not work.
I launch the follow command line:
ldifde -h -i -v -f modify2.ldf -j c:
the log say:
--------------------------------------------------------------------------
Connecting to "DCname"
Logging in as current user using SSPI
Im****ting directory from file "modify2.ldf"
Loading entries
1: cn=usertest,ou=users,dc=testdomain=test
Entry DN:
cn=usertest,ou=users,dc=testdomain=test
changetype: modify
Attribute 0)
userPassword:MjItMDAtNDYtMDAtNjktMDAtNkUtMDAtNjUtMDAtNjMtMDAtNkYtMDAtMzEtMDAtMzItMDAtMzMtMDAtMjItMDA=
Entry modified successfully.
1 entry modified successfully.
The command has completed successfully
--------------------------------------------------------------------------
The log do not re****t any error but the user password were not
changed.
I'm using the following step (posted by Joe Kaplan) to im****t
password:
password
Enclose in quotes
"password"
Convert to binary using Unicode encoding (shown as hex pairs; notice
the
double bytes and the quote characters 22-00?)
22-00-70-00-61-00-73-00-73-00-77-00-6F-00-72-00-64-00-22-00
Convert binary to Base64:
IgBwAGEAcwBzAHcAbwByAGQAIgA=
Is this the only way to im****t password in AD? Can I im****t {SHA}
password with ldifde, with another tool or script?
Thanks in advance, Dario.