~ubuntu-branches/ubuntu/intrepid/pam/intrepid-security

« back to all changes in this revision

Viewing changes to debian/pam-configs/unix

  • Committer: Bazaar Package Importer
  • Author(s): Steve Langasek, Steve Langasek, Kees Cook
  • Date: 2008-08-26 06:33:07 UTC
  • Revision ID: james.westby@ubuntu.com-20080826063307-6so4zb4ehya51s6z
Tags: 1.0.1-3ubuntu5
[ Steve Langasek ]
* Never remove the .pam-old files; just avoid creating them if --force isn't
  set.
* Add a manpage for pam-auth-update.
* Automatically upgrade the boilerplate for /etc/pam.d/common-* if we
  detect that they have not been locally modified.

[ Kees Cook ]
* debian/local/common-password, debian/pam-configs/unix: switch from "md5"
  to "sha512" as password crypt default.

Show diffs side-by-side

added added

removed removed

Lines of Context:
18
18
        required        pam_unix.so
19
19
Password-Type: Additional
20
20
Password-Initial:
21
 
        requisite       pam_unix.so obscure md5
 
21
        requisite       pam_unix.so obscure sha512
22
22
Password-Final:
23
 
        requisite       pam_unix.so obscure use_authtok try_first_pass md5
 
23
        requisite       pam_unix.so obscure use_authtok try_first_pass sha512