

翻訳は機械翻訳により提供されています。提供された翻訳内容と英語版の間で齟齬、不一致または矛盾がある場合、英語版が優先します。

# ファイルシステムと SVM ロールのパスワード要件の更新
<a name="update-password-requirements"></a>

[https://docs.netapp.com/us-en/ontap-cli-9141/security-login-role-config-modify.html#description](https://docs.netapp.com/us-en/ontap-cli-9141/security-login-role-config-modify.html#description) ONTAP CLI コマンドを使用して、ファイルシステムまたは SVM ロールのパスワード要件を更新できます。このコマンドは、`fsxadmin` ロールを持つシステム管理者アカウントをファイルする場合にのみ使用できます。パスワード要件を変更すると、そのロールを持つ既存のユーザーが変更の影響を受ける場合にシステムが警告します。

次の例では、`fsx` SVM に `vsadmin-readonly` ロールを持つユーザーの最短パスワード要件を 12 文字に変更します。この例では、このロールを持つ既存のユーザーがいます。

```
FsxId0123456::> security login role config modify -role vsadmin-readonly -vserver fsx -passwd-minlength 12
```

既存のユーザーが原因で、次の警告が表示されます。

```
Warning: User accounts with this role exist. Modifications to the username/password restrictions on this role could result in non-compliant user
         accounts.
Do you want to continue? {y|n}: 

FsxId0123456::>
```