BAD PASSWORD : is too simple이라는 메시지가 뜨면서 new password를 입력하라는 메세지가 뜨는 경우가 있다.
그럴 때는 root 계정에서 다음 파일을 수정하면 된다.
1. Password 정책 파일 오픈
vi /etc/pam.d/system-auth
2. 다음 항목을 찾음
password requisite pam_cracklib.so try_first_pass retry=3
password sufficient pam_unix.so md5 shadow nullok try_first_pass use_authtok
3. 주석 처리
#password requisite pam_cracklib.so try_first_pass retry=3
4. use_authtok 삭제
password sufficient pam_unix.so md5 shadow nullok try_first_pass
댓글을 달아 주세요
댓글 RSS 주소 : http://www.yongbi.net/rss/comment/587