ONTAP 9.12.1 commands

50←PDF
  • ONTAP 9.12.1 commands(CA08871-263en.pdf)
  • vserver cifs domain name-mapping-search remove

    Remove from the list of trusted domains for name-mapping search

    Availability: This command is available to cluster and Vserver administrators at the admin privilege level.

    Description

    The vserver cifs domain name-mapping-search remove command removes one or more trusted domains from the list used by the specified Vserver to lookup Windows user names when performing Windows user to UNIX user name-mapping. If a list of trusted domains is not provided, the entire trusted domain list for the specified Vserver is removed. This command is not supported for workgroup CIFS servers.

    Parameters

    -vserver <vserver name> - Vserver

    This parameter specifies the name of the Vserver from which you want to remove trusted domains.

    [-trusted-domains <domain name>,…​] - Trusted Domains

    This parameter specifies a comma-delimited list of trusted domains of the home domain.

    Examples

    The following example removes two trusted domains from the list used by Vserver vs1:

    cluster1::> vserver cifs domain name-mapping-search remove -trusted-domains cifs1.example.com, cifs2.example.com
    Top of Page