跳转到主内容

ONTAP 是否支持本地用户和组以及工作组模式?

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

 

适用于

 ONTAP 9

问题解答

  • ONTAP 是否支持本地用户和组以及工作组模式?
  • 工作组模式是 Windows 中的一项标准功能,允许工作站在没有 Active Directory 域的情况下运行,即无需与 DC 交互即可进行身份验证并提供数据。旧版本的 Clustered ONTAP 不支持工作组模式,但从 ONTAP 9 及更高版本开始已添加该功能。此功能在以下情况下至关重要:
    • 当客户不需要 Microsoft 域基础结构
    • 当客户因监管政策而无法使用 Microsoft 域
  • 本地用户和组 (LUG) 是创建 Vserver 本地用户帐户的功能。
    • 通常在极端情况下(例如没有可用的域控制器时),可以使用本地用户和组进行身份验证和授权。

 命令

  • 启用或禁用本地用户和组:
    • 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.