简体   繁体   中英

How to export a SSHA-256 password in LDAP

I want to export a password from a database where the scheme for saving passwords is SSHA-256. The password of the database looks like {"salt", crypt("pass"+"salt")} and here is an example: WbwTWc,BFWTku+j6Up2XovqmpNFATe4g9aEWWW1shFysmzx/QY{SHA-256} .

Now I want to copy this password to my Open LDAP server. I have already copied SHA-256 password in the LDAP by using {SHA-256}+"Encrypted Password" and it worked fine.

Could anyone please help me out how can I import this SSHA-256 password to my LDAP server. Any help will be highly appreciated and thanks in advance.

What LDAP server is this? If it supports SSHA-256, then the same style ie {SSHA-256}+"Encrypted Password" should work.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM