メインコンテンツまでスキップ

ワークグループモードのCIFSサーバでパスワードの複雑さの要件を無効にする方法

Views:
22
Visibility:
Public
Votes:
0
Category:
ontap-9
Specialty:
nas
Last Updated:

環境

ONTAP 9

回答

vserver cifs security modify   ワークグループモードのCIFSサーバのパスワードの複雑さの要件を無効または有効にするには、コマンドを使用してください。

  • ローカルSMBユーザに対するパスワードの複雑さの要件を有効にする場合
vserver cifs security modify -vserver vserver_name -is-password-complexity-required true
  • ローカルSMBユーザに対するパスワードの複雑さの要件を無効にする場合
vserver cifs security modify -vserver vserver_name -is-password-complexity-required false

追加情報

AdditionalInformation_text

 

NetApp provides no representations or warranties regarding the accuracy or reliability or serviceability of any information or recommendations provided in this publication or with respect to any results that may be obtained by the use of the information or observance of any recommendations provided herein. The information in this document is distributed AS IS and the use of this information or the implementation of any recommendations or techniques herein is a customer's responsibility and depends on the customer's ability to evaluate and integrate them into the customer's operational environment. This document and the information contained herein may be used solely in connection with the NetApp products discussed in this document.

 

  • この記事は役に立ちましたか?