Quote:
Originally Posted by TomL Do you know if there is a difference between {SSHA} and {crypt} in the 'zmprov ma' command? I was able to import some old Unix crypt passwords using zmprov ma without needing to use ldapmodify. This is Zimbra v6.0.1.
The command I used was:
zmprov ma "user@domain" userPassword "{crypt}EncryptedPassword"
I haven't tried using SSHA passwords yet so I didn't know if that would fail down the road (just in the provisioning stage, not yet in production).
TomL |
I've try the above command with {SSHA} but it failed (produced different SSHA on LDAP and I could not login with the 'correct' password)
Maybe this link make a clear explanation :
The SSHA Password Storage Scheme
Maybe someone else has successful attempt to insert Zimbra Account+Password with SSHA encoding without using ldapmodify ?