Skip to main content
NetApp Knowledge Base

Are local users and groups and Workgroup mode supported in ONTAP?

Views:
1,129
Visibility:
Public
Votes:
3
Category:
clustered-data-ontap-8
Specialty:
nas
Last Updated:

 

Applies to

 ONTAP 9

Answer

  • Are local users and groups and Workgroup mode supported in ONTAP?
    • Yes
  • Workgroup mode is a standard feature in Windows that allows a workstation to operate without an Active Directory Domain, it is the ability to authenticate and serve data without DC interaction. Support for Workgroup mode was missing for older versions of Clustered ONTAP, but it has been added as of ONTAP9 and later. This feature is crucial in situations like:
    • When customers do not want a Microsoft domain infrastructure
    • When customers are prevented from using a Microsoft domain by regulation policies
  • Local users and groups (LUG) is the ability to create user accounts that are local to Vserver.
    • Authentication and Authorization could be done using the local users and groups usually in extreme situation like when no Domain Controllers are available.

 Commands

  • Enabling or disabling local users and groups:
    • Cluster1::> vserver cifs options modify -vserver vserver_name -is-local-users-and-groups-enabled true/false
  • Enabling or disabling local user authentication:
    • Cluster1::> vserver cifs options modify -vserver vserver_name -is-local-auth-enabled true/false
  • How to create a new CIFS server configured for Workgroup mode?
    • Cluster1::> vserver cifs create -vserver vserver_name -cifs-server cifs_server_name -workgroup workgroup_name
  • How to move a CIFS server from a domain to a workgroup?
    • Cluster1::> vserver cifs modify -vserver vserver_name -cifs-server cifs_server_name -status-admin down -workgroup workgroup_name 
  • How to move a CIFS server from a workgroup to a domain?
    • Cluster1::> vserver cifs modify -vserver vserver_name -cifs-server cifs_server_name -status-admin down -domain domain_name

Additional Information

Add your text here.

 

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.