ONTAP 9.13

to English version

SMBサーバーのセキュリティ設定に関する情報の表示

Storage Virtual Machine(SVM)上のSMBサーバーのセキュリティ設定に関する情報を表示できます。この情報は、セキュリティ設定が適切かどうかを確認するときに役立ちます。

タスク概要

表示されるセキュリティ設定は、そのオブジェクトのデフォルト値か、ONTAP CLIまたはActive Directoryグループ ポリシー オブジェクト(GPO)を使用して設定されたデフォルト以外の値です。

一部のオプションが無効なため、ワークグループ モードのSMBサーバーに対しては vserver cifs security show コマンドを使用しないでください。

手順
  1. 次のいずれかを実行します。

    表示する情報 入力するコマンド

    指定したSVMのすべてのセキュリティ設定

    vserver cifs security show -vserver vserver_name

    SVMの特定のセキュリティ設定

    vserver cifs security show -vserver _vserver_name_ -fields [fieldname,...] -fields ? と入力すると、使用できるフィールドを確認できます。

次の例は、SVM vs1のすべてのセキュリティ設定を表示します。

cluster1::> vserver cifs security show -vserver vs1

Vserver: vs1

                          Kerberos Clock Skew:        5 minutes
                          Kerberos Ticket Age:        10 hours
                         Kerberos Renewal Age:        7 days
                         Kerberos KDC Timeout:        3 seconds
                          Is Signing Required:        false
              Is Password Complexity Required:        true
         Use start_tls For AD LDAP connection:        false
                    Is AES Encryption Enabled:        false
                       LM Compatibility Level:        lm-ntlm-ntlmv2-krb
                   Is SMB Encryption Required:        false
                      Client Session Security:        none
              SMB1 Enabled for DC Connections:        false
              SMB2 Enabled for DC Connections:        system-default
LDAP Referral Enabled For AD LDAP connections:        false
             Use LDAPS for AD LDAP connection:        false
    Encryption is required for DC Connections:        false
 AES session key enabled for NetLogon channel:        false
  Try Channel Binding For AD LDAP Connections:        false

表示される設定は、実行中のONTAPバージョンによって異なります。

次の例は、SVM vs1のKerberosのクロック スキューを表示します。

cluster1::> vserver cifs security show -vserver vs1 -fields kerberos-clock-skew

            vserver kerberos-clock-skew
            ------- -------------------
            vs1     5
Top of Page