9096 passwords (policy.conf) should default to sha512

Review Request #1967 — Created June 4, 2019 and updated — Latest diff uploaded

ryaeng
illumos-gate
master
44c5069...
general
9096 passwords (policy.conf) should default to sha512

I created two test accounts. test1 created prior to change. test2 created post change. The hashes stored in /etc/shadow appear to reflect the change.

ryan@openindiana:/code/illumos-gate$ sudo grep test /etc/shadow
Password:
test1:$5$pbWT57pX$QVmU7JcEtqgyd9rKaxG1RrQU/0Ob7fux03rxjE7VnJ1:18050::::::
test2:$6$aXCY1k5a$RBNqxxyXeoL6vgYPBq./bNAFTwfw6I9q.7f4v.DwIgjt8ouXRbie.SL7fSX.iLyZogqEoNr2MNbdMiPZHKXys0:18051::::::

Loading...