Active Directory のパスワード有効期限の通知は、vCenter Server SSO パスワードの有効期限とは別のものです。Active Directory ユーザーへのデフォルトのパスワード有効期限の通知期間は 30 日ですが、実際のパスワード有効期限は、Active Directory システムによって異なります。有効期限の通知は、vSphere Client と vSphere Web Client で制御します。デフォルトの有効期限の通知は、自社のセキュリティ標準に合わせて変更できます。
手順
- vCenter Server システムに、管理者権限を持つユーザーでログインします。
スーパー管理者ロールが割り当てられているデフォルトのユーザーは root です。
- ディレクトリを webclient.properties ファイルの場所に変更します。
- テキスト エディタで webclient.properties ファイルを開きます。
- 次の変数を編集します。
sso.pending.password.expiration.notification.days = 30
- クライアントを再起動します。
OS |
コマンド |
Linux |
|
Windows |
- vSphere Client:
cd "C:\Program Files\VMware\vCenter Server\bin\"
service-control --stop vsphere-ui
service-control --start vsphere-ui
- vSphere Web Client:
cd "C:\Program Files\VMware\vCenter Server\bin\"
service-control --stop vspherewebclientsvc
service-control --start vspherewebclientsvc
|