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

ONTAP では、ローカルユーザとローカルグループおよびワークグループモードはサポートされていますか。

Views:
587
Visibility:
Public
Votes:
0
Category:
clustered-data-ontap-8
Specialty:
nas
Last Updated:

すべてのとおり  

環境

 ONTAP 9

回答

  • ONTAP では、ローカルユーザとローカルグループおよびワークグループモードはサポートされていますか。
    • はい
  • ワークグループモードは、Windowsの標準機能で、Active Directoryドメインなしでワークステーションを操作できます。これは、DCの対話なしでデータを認証し、提供する機能です。以前のバージョンのclustered ONTAP ではワークグループモードのサポートは廃止されていましたが、ONTAP9以降ではワークグループモードが追加されています。この機能は、次のような状況で重要です。
    • お客様が Microsoft ドメインインフラストラクチャを必要としない場合
    • お客様が規制ポリシーによって Microsoft ドメインを使用できない場合
  • ローカルユーザとローカルグループ(ラグ)は、SVMのローカルのユーザアカウントを作成する機能です。
    • 認証と許可は、通常、ドメインコントローラが使用できない場合など、極端な状況でローカルユーザとローカルグループを使用して行うことができます。

 コマンド

  • ローカルユーザとローカルグループを有効または無効にします。
    • Cluster1::> vserver cifs options modify -vserver vserver_name -is-local-users-and-groups-enabled true/false
  • ローカルユーザ認証を有効または無効にします。
    • Cluster1::> vserver cifs options modify -vserver vserver_name -is-local-auth-enabled true/false
  • ワークグループモードに設定された新しいCIFSサーバを作成する方法
    • Cluster1::> vserver cifs create -vserver vserver_name -cifs-server cifs_server_name -workgroup workgroup_name
  • CIFSサーバをドメインからワークグループに移動するにはどうすればよいですか。
    • Cluster1::> vserver cifs modify -vserver vserver_name -cifs-server cifs_server_name -status-admin down -workgroup workgroup_name 
  • ワークグループからドメインへのCIFSサーバの移動方法
    • Cluster1::> vserver cifs modify -vserver vserver_name -cifs-server cifs_server_name -status-admin down -domain domain_name

追加情報

ここにテキストを追加します。

 

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.