비밀번호 재설정 중에 "(현재) UNIX 비밀번호:" 요청을 억제하는 방법은 무엇입니까?

비밀번호 재설정 중에 "(현재) UNIX 비밀번호:" 요청을 억제하는 방법은 무엇입니까?

사용자가 만료된 비밀번호로 로그인한 후 "(현재) UNIX 비밀번호:" 문제를 다시 비활성화하는 방법은 무엇입니까?

나에게 필요한 것은 사용자가 다음 단계에서 만료된 비밀번호를 제공한 직후에 새 비밀번호를 두 번 묻는 것입니다.

그래서 대신:

xxxxx@host's password:
You are required to change your password immediately (root enforced)
Last login: Mon Oct 29 11:21:22 2018 from abcdefgh

WARNING: Your password has expired.
You must change your password now and login again!
Changing password for user xxxxx
(current) UNIX Password:
New password:
Retype new password:

가지다:

xxxxx@host's password:
You are required to change your password immediately (root enforced)
Last login: Mon Oct 29 11:21:22 2018 from abcdefgh

WARNING: Your password has expired.
You must change your password now and login again!
Changing password for user xxxxx
New password:
Retype new password:

답변1

배포판에 따라 /etc/pam.d/passwd에서 passwd 명령의 동작을 구성할 수 있습니다.

관련 정보