home *** CD-ROM | disk | FTP | other *** search
/ chilidog.highland.cc.ks.us / chilidog.highland.cc.ks.us.zip / chilidog.highland.cc.ks.us / backup / bradford.20110725.etc.tar.gz / bradford.20110725.etc.tar / etc / pam.d / common-password < prev    next >
Text File  |  2006-05-29  |  861b  |  24 lines

  1. #
  2. # /etc/pam.d/common-password - password-related modules common to all services
  3. #
  4. # This file is included from other service-specific PAM config files,
  5. # and should contain a list of modules that define  the services to be
  6. # used to change user passwords.  The default is pam_unix2 in combination
  7. # with pam_pwcheck.
  8.  
  9. # The "nullok" option allows users to change an empty password, else
  10. # empty passwords are treated as locked accounts.
  11. #
  12. # To enable Blowfish or MD5 passwords, you should edit
  13. # /etc/default/passwd.
  14. #
  15. # Alternate strength checking for passwords should be configured
  16. # in /etc/security/pam_pwcheck.conf.
  17. #
  18. # pam_make can be used to rebuild NIS maps after password change.
  19. #
  20. password required       pam_pwcheck.so    nullok
  21. password required       pam_unix2.so    nullok use_first_pass use_authtok
  22. #password required      pam_make.so     /var/yp
  23.  
  24.