Skip to main content
NetApp Knowledge Base

Search

  • Filter results by:
    • View attachments
    Searching in
    About 5 results
    • https://kb.netapp.com/on-prem/ontap/da/NAS/NAS-KBs/CIFS_clients_see_an_SID_rather_than_the_unix_owner_name_in_Windows_Explorer
      Applies to ONTAP 9 Windows CIFS client Unix security-style volume / qtree Issue The file / directory owner does not show a friendly name, instead showing an SID (example: S-1-5-21-2302652893-333389911...Applies to ONTAP 9 Windows CIFS client Unix security-style volume / qtree Issue The file / directory owner does not show a friendly name, instead showing an SID (example: S-1-5-21-2302652893-3333899112-259180168-321) This only impacts access to volumes or qtrees with a security-style of unix, or mixed with an effective security-style of unix on the affected directories / files Depending on the situation, this may be only cosmetic, but could also cause permission issues
    • https://kb.netapp.com/on-prem/ontap/DM/REST-API/REST_API_KBs/REST_POST_for__api_protocols_cifs_local-users_does_not_return_SID
      Applies to ONTAP 9 REST API CIFS Security Identifier(SID) Issue REST API POST for /api/protocols/cifs/local-users does not return SID Example: Expected output: loaction: /api/protocols/cifs/local-user...Applies to ONTAP 9 REST API CIFS Security Identifier(SID) Issue REST API POST for /api/protocols/cifs/local-users does not return SID Example: Expected output: loaction: /api/protocols/cifs/local-users/svm_uuid/sid Actual output: location: /api/protocols/cifs/local-users/svm_uuid
    • https://kb.netapp.com/on-prem/ontap/da/NAS/NAS-KBs/Unable_to_remove_domain_user_from_local_group_with_error_Reason_entry_doesn_t_exist_on_ONTAP_9
      A user is deleted and recreated in AD before removing the same user from a local group in ONTAP Post that, domain user removal from the local group fails with an "entry doesn't exist" error cluster1::...A user is deleted and recreated in AD before removing the same user from a local group in ONTAP Post that, domain user removal from the local group fails with an "entry doesn't exist" error cluster1::> vserver cifs users-and-groups local-group remove-members -vserver svm1 -group-name BUILTIN\Administrators -member-names Domain1\User Error: command failed: Cannot remove "Domain1\User" from group "BUILTIN\Administrators".Reason: entry doesn't exist.
    • https://kb.netapp.com/on-prem/ontap/da/NAS/NAS-KBs/Unable_to_delete_a_domain_user_from_local_group_using_system_manager
      Applies to ONTAP 9 CIFS Issue Unable to delete a domain user from local group using system manager Error: cannot remove reason: entry doesn`t exist The following CLI method is also not working ::*> lo...Applies to ONTAP 9 CIFS Issue Unable to delete a domain user from local group using system manager Error: cannot remove reason: entry doesn`t exist The following CLI method is also not working ::*> local-group remove-members -vserver <vserver_name> -group-name <local_group_name> -member-names <Domain_name\unser_name>
    • https://kb.netapp.com/on-prem/ontap/da/NAS/NAS-KBs/Unable_to_add_domain_user_to_local_group_with_Error__command_failed__Failed_to_resolve_name_in_ONTAP_9
      Applies to ONTAP 9 CIFS/SMB Active Directory (AD) Issue A user or group is deleted and recreated in AD before adding the same user or group to a local group in ONTAP Post that, adding a domain user or...Applies to ONTAP 9 CIFS/SMB Active Directory (AD) Issue A user or group is deleted and recreated in AD before adding the same user or group to a local group in ONTAP Post that, adding a domain user or group from the local group fails with an "command failed: Failed to resolve name" error Example: cluster1::*> cifs users-and-groups local-group add-members -vserver svm1 -group-name BUILTIN\ADMINISTRATORS -member-names Domain1\User Error: command failed: Failed to resolve name Domain1\User