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
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
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.
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>
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