跳转到主内容

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

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

可不使用  

适用场景

 ONTAP 9

问题解答

  • ONTAP 是否支持本地用户和组以及工作组模式?
  • 工作组模式是Windows中的一项标准功能、它允许工作站在没有Active Directory域的情况下运行、它能够在没有DC交互的情况下进行身份验证和提供数据。旧版集群模式ONTAP 缺少对工作组模式的支持、但从ONTAP9及更高版本开始添加了此支持。此功能在以下情况下非常重要:
    • 如果客户不需要 Microsoft 域基础架构
    • 当客户无法通过法规策略使用 Microsoft 域时
  • 本地用户和组(Local Users and Groups、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.