changing ldap passwords via jira with SSHA512

Brian C. Hill December 12, 2017

We use OpenLDAP for authentication, and all password are stored using SSH512 encryption ({CRYPT}$6$)

We use OpenLDAP to authenticate jira users. This works well, but when users change their passwords, it stores the passwords as plain DES ( {CRYPT}).

How do we make jira use SSHA512 to encrypt changed passwords?

1 answer

0 votes
Andy Heinzer
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
December 13, 2017

Hi Brian,

This is a setting within Jira's User directory configuration that would have to be adjusted.  If you login to Jira as an admin, then you should then be able to navigate to the Gear Icon -> User management -> User Directories.   From here you would need to edit this user directory.

In Jira, when selecting an LDAP and then specifically an OpenLDAP template, under the user Schema settings, there is a section to determine what encryption type is used for passwords in that directory:

userpassencrypt.png

My test instances shows options for DES, plaintext, SHA, MD5, and SSHA.  It is not clear to me just yet if the SSHA option listed there is the SSHA512 variety or not.   But try the SSHA listed there and then scroll to the bottom of this page to click the Save and Test button to update this directory in Jira.

Suggest an answer

Log in or Sign up to answer