I've read a little around the subject of the userPassword attribute in AD and how it can be set as a write-alias for unicodePwd.
We're considering moving from OpenLDAP to AD. I can extract the userPassword from OpenLDAP as a salted hashed string {ssha}blabla... My question is, can I then set this password "as is" in the userPassword attribute of AD with write-alias activated, and have that then update the unicodePwd attribute automatically? Or does the userPassword field expect passwords in clear?
Basically is there any way I can transfer the user passwords from OpenLDAP to AD?