Skip to content

Commit

Permalink
Adapt to the default password hash algo
Browse files Browse the repository at this point in the history
  • Loading branch information
gothicx committed Apr 28, 2016
1 parent 5ffd4b6 commit 127b022
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/classes/authconfig_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
{
'nis' => false,
'shadow' => true,
'passalgo' => 'md5',
'passalgo' => 'sha512',
}
end

Expand Down

0 comments on commit 127b022

Please sign in to comment.