--
You received this message because you are subscribed to the Google Groups "Isilon Technical User Group" group.
To unsubscribe from this group and stop receiving emails from it, send an email to isilon-user-gr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
--
Sets the access control list of the directory.
Request syntax
PUT /namespace/<access_point>/<container_path>/<container_name>?acl
HTTP/1.1
Host: <hostname>[:<port>]
Content-Length: <length>
Date: <date> Authorization: <signature>
{
"owner":{
"id":"<owner id>", "name":"<owner name>", "type":"<type>"
}, "group":{
"id":"<group id>", "name":"<group name>”,
"type":"<type>" },
"authoritative":"acl"|"mode", "mode":"<POSIX mode>", "action":"<action_value>", "acl":[
{
"trustee":{
"id":"<trustee id>", "name":"<trustee name>", "type":"<trustee type>"
},
"accesstype":"allow"|"deny",
"accessrights":"<accessrights_list>",
"inherit_flags":"<inherit_flags_list>",
"op":"<operation_value>"
} ]
}
--
--
You received this message because you are subscribed to the Google Groups "Isilon Technical User Group" group.
To unsubscribe from this group and stop receiving emails from it, send an email to isilon-user-gr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Dan,
Code for what? Utilizing the API to manipulate permissions?
--Jamie Ivanov
On Thursday, February 26, 2015 at 2:33:16 PM UTC-6, Daniel Pritts wrote:I'd be interested in hearing how it all works out with NFS4. I poked around a little bit, and found that the RHEL6 NFS4 ACL tools were, at best, minimal. I also looked for code that I could easily steal; I didn't find anything good for perl or python.