首页 > 系统服务 > 详细

linux 用简单密码

时间:2016-10-04 11:47:54      阅读:334      评论:0      收藏:0      [点我收藏+]
  1. vi /etc/pam.d/system-auth as root.

  2. Look for the following two lines:

    password    requisite     pam_cracklib.so try_first_pass retry=3
    password    sufficient    pam_unix.so md5 shadow nullok try_first_pass use_authtok
    
  3. Comment out the first of the two lines:

    #password    requisite     pam_cracklib.so try_first_pass retry=3
    
  4. Remove use_authtok on the second line. Otherwise you’ll get “passwd: Authentication information cannot be recovered” error.

    password    sufficient    pam_unix.so md5 shadow nullok try_first_pass

linux 用简单密码

原文:http://www.cnblogs.com/anjuncc/p/5930127.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!