手動によるClearswift password policyの有効化または無効化は、次の手順を実行します。
Clearswift は、標準のインストールとアップグレードのために自動的にパスワードポリシーを適用します。詳細については、「 インストールプロセスに基づいたパスワードのポリシー」を参照してください。
次のコマンドを実行します。
sudo su –
ln -s -f /etc/pam.d/password-auth-ac /etc/pam.d/password-auth
ln -s -f /etc/pam.d/system-auth-ac /etc/pam.d/system-auth
[ password-auth-ac ] および [ system-auth-ac ] は、Red Hat Enterprise Linux(RHEL) によって提供されるデフォルトのファイルです。お使いのシステムが、非標準の RHEL サーバーの場合、これらのファイルの名前は異なり、[ -orig ] にラベルされたファイルを使用する必要がある場合があります。 |
次のコマンドを実行します。
sudo su –
cs-admin のパスワードを再入力します。
ln -s -f /etc/pam.d/password-auth-cs /etc/pam.d/password-auth
ln -s -f /etc/pam.d/system-auth-cs /etc/pam.d/system-auth
(プリインストールの RedHat サーバーに)ソフトウェアのインストールプロセスを実行、または
次のコマンドを実行します。
sudo su –
ls -l /etc/pam.d/*auth*
必要な場合は、既存のポリシー ファイルをバックアップします。
/bin/cp /etc/pam.d/system-auth /etc/pam.d/system-auth.bkup
/bin/cp /etc/pam.d/password-auth /etc/pam.d/password-auth.bkup
Clearswift password policy を適用します。
ln -s -f /etc/pam.d/password-auth-cs /etc/pam.d/password-auth
ln -s -f /etc/pam.d/system-auth-cs /etc/pam.d/system-auth
Clearswift は、パスワードがパスワードポリシーの基準を確実にするために、直ちにサーバコンソールを使用して、cs-admin パスワードを変更することを強く推奨します。 |
次のコマンドを実行します。
sudo su –
ln -s -f /etc/pam.d/password-auth-ac /etc/pam.d/password-auth
ln -s -f /etc/pam.d/system-auth-ac /etc/pam.d/system-auth
[ password-auth-ac ] および [ system-auth-ac ] は、Red Hat Enterprise Linux(RHEL) によって提供されるデフォルトのファイルです。お使いのシステムが、非標準の RHEL サーバーの場合、これらのファイル名は異なるか、または、以前に作成したバックアップファイルを復元する必要がある場合があります。 |