views:

41

answers:

0

I'm syncing users from an external system into ours. I need to set the user's password in our Active Directory.

I am only provided SHA1's of the external user's passwords and setPassword will hash whatever I is input.

  • Is setting the User's unicodePwd the actual hash field?
    • If so, can I just set it to the provided hash?
    • If not, how/can I set the hash being stored by Active-Directory?