We're looking at migrating our Solarwinds Serv-U users into 389-ds.  We can 
export the user's password hashes which use the following format.

- user password = mytestpass
- pick two alpha salt (i.e. Bq)
- new user password = prepend the salt to the user's password (i.e. 
Bqmytestpass)
- MD5 new user password and convert to upper case = 
1C3D9DB22AC6CC3A216E1FA566A642B1
- prepend salt to the MD5 = Bq1C3D9DB22AC6CC3A216E1FA566A642B1
https://support.solarwinds.com/SuccessCenter/s/article/Manually-generate-encrypted-passwords-for-Serv-U

How can I import and use the existing hashes. I really do not want to ask every 
single user for a new password, this would take forever.  I came across this 
article 
(https://www.redpill-linpro.com/techblog/2016/08/16/ldap-password-hash.html) 
which seemed like I could convert the above hash to 
{MD5}$1$Bq$1C3D9DB22AC6CC3A216E1FA566A642B1 but that didn't seem to work.

Any ideas?
_______________________________________________
389-users mailing list -- 389-users@lists.fedoraproject.org
To unsubscribe send an email to 389-users-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/389-users@lists.fedoraproject.org

Reply via email to