View Issue Details

IDProjectCategoryView StatusLast Update
0003772SOGopublic2016-09-23 16:48
Reporterventara Assigned Toludovic  
PrioritynormalSeverityfeatureReproducibilityN/A
Status closedResolutionno change required 
Platform[Server] LinuxOSDebianOS Version8 (Jessie)
Product Version3.1.4 
Summary0003772: Support for more secure crypted password hashes
Description

It would be great if you could add support for more secure crypted hashes than md5-crypt, like

  • SHA256-crypt
  • SHA512-crypt
  • BLF-crypt

Thanks in advance!

TagsNo tags attached.

Activities

ludovic

ludovic

2016-09-23 16:48

administrator   ~0010657

userPasswordAlgorithm:

The algorithm used for password encryption when changing passwords without Password Policies enabled.

Possible values are: none, plain, crypt, md5, md5-crypt, smd5, cram-md5 and sha, sha256, sha512 and its ssha (e.g. ssha or ssha256) variants (plus setting of the encoding with .b64 or .hex).

I think that is enough. If you want more, send a patch.

Issue History

Date Modified Username Field Change
2016-07-21 13:06 ventara New Issue
2016-09-23 16:48 ludovic Note Added: 0010657
2016-09-23 16:48 ludovic Status new => closed
2016-09-23 16:48 ludovic Assigned To => ludovic
2016-09-23 16:48 ludovic Resolution open => no change required