Identifying and moving CIFS servers in workgroup mode
Before performing a revert, you must delete any CIFS servers in workgroup mode or move them in to a domain.
- Identify any CIFS servers with a Authentication Style of workgroup: vserver cifs show
- Move or delete the servers you identified:
If you are going to... Then use this command.... Move the CIFS server from the workgroup to an Active Directory domain: vserver cifs modify -vserver vserver_name -domain domain_name Delete the CIFS server vserver cifs delete -vserver vserver_name - If you deleted the CIFS server, enter the username of the domain, then enter the user password.
Give documentation feedback