To create a Superuser Administrator Password for DSA using Advanced hash algorithm such as "SHA-256", "SHA-512", "SSHA-512" via JXplorer:
There is a known bug in JXplorer, that does not handle non SHA1 entries correctly and adds whitespace in the middle of the userPassword hash value:
https://communities.ca.com/message/241904039?commentID=241904039#comment-241904039
Workaround is :
1. Open Jxplorer, open a connection to the DSA
2. Select the 'User' -> go to "userPassword" attribute.
3. Change the hashing algorithm to use "SHA-512" or higher encryption algorithm
4. Go to "Advanced Editor" and remove whitespaces (in the middle of) in the "ldap value", click OK.
5. Submit.
6. Reconnect to JXplorer using the user credentials. (or) perform a dxsearch or an ldapsearch using this user and password.
Or an alternatively another LDAP client such as Apache DS could be used.