无法从具有自定义用户的OSM删除CIFS共享上的共享级别ACL
适用场景
- ONTAP 9
- REST API
- ONTAP 系统管理器( OSM )
问题描述
- 无法通过REST API调用从OSM删除CIFS共享上的ACL
- 此用户的角色为:
/api None
/api/protocols/cifs/shares Read/Create/Modify
/api/security/roles Read-Only
- REST API调用
DELETE /protocols/cifs/shares/{svm.uuid}/{share}/acls/{user_or_group}/{type}
失败、并显示""not authorized for that command
"error": {
"message": "not authorized for that command",
"code": "6"
}