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

CIFSサーバでKerberosベースの通信のDES暗号化を無効にすることはできますか。

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

環境

  • ONTAP 9.12以降
  • CIFS
  • Kerberos
  • Data Encryption Standard(DES;データ暗号化標準)
  • Domain Controller(DC;ドメイン コントローラ)

回答

  • はい。ONTAP 9のバージョンによっては、これが可能です
    • 拡張機能1438811を使用するバージョンでは、CIFSセキュリティ用にアドバタイズされる暗号化タイプを設定します。DESは含まれません
      • 9.12でのオプションは、des、rc4、aes-128、aes-256です
      • DESもRC4も使用されないように、値をAES-128、AES-256に設定する例
        • ::> cifs security modify -vserver vserver -advertised-enc-types aes-256,aes-128
        • ::> cifs security modify -vserver vserver -advertised-enc-types aes-256,aes-128
      • 検証
        • ::> cifs security show -vserver vserver -fields advertised-enc-types
          vserver    advertised-enc-types
          ----------- --------------------
          vserver   aes-256,aes-128

           
    • Kerberosベースの通信でRC4暗号化を無効にできます
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.