ESXi7.0 パスワードポリシーを変更する方法

環境
vmware ESXi 7.0 Update 3

操作方法
1.パスワードポリシーを無効化する
# cat /etc/pam.d/passwd
修正前

password requisite /lib/security/$ISA/pam_passwdqc.so retry=3 min=disabled,disabled,disabled,7,7

修正後

password requisite /lib/security/$ISA/pam_passwdqc.so retry=3 min=0,0,0,0,0

※全てを「0」に設定することでパスワードポリシーを無効化しています。
本番環境ではおすすめしません。あくまで検証環境やテストでの利用に留めてください。

2.パスワードを変更する

[root@localhost:~] passwd
Changing password for root

You can now choose the new password.

A valid password should be a mix of upper and lower case letters,
digits, and other characters.  You can use a 7 character long
password with characters from at least 3 of these 4 classes.
An upper case letter that begins the password and a digit that
ends it do not count towards the number of character classes used.

Alternatively, if no one else can see your terminal now, you can
pick this as your password: "Drank*Groin*Trial".

Enter new password:         #パスワード
Re-type new password:       #パスワード再度入力
passwd: password updated successfully

 

Vmware

Posted by arkgame