Raj Kumar wrote:

> hi remy,
>   I am running the catalina server and the slide command line example
> Slide.java on the client side.
>   The data in my Domain.xml file looks this

<snip>

> When i give a command like acl files on the client side i output that i get
> is as follows.
>
> ACL for /files:
> ------------------------------------------------------------
> granted to /users/john    (not protected)   (not inherited)
>    DAV:read-acl
>    DAV:write-acl
> granted to /%2B/users/groupA    (not protected)   (not inherited)
>    DAV:write
> granted to all    (not protected)   (not inherited)
>    DAV:read
> granted to /root    (protected)   (inherited from '/')
>    DAV:all
> ------------------------------------------------------------
>
> The last access control entry says granted to /root .Does this mean granted
> to any user with the role root(class of that subject node implements the
> RootRole interface ) or is there is special user /root who is granted access
> to all privileges.
>     thanks,
>     rajkumar

"/root" should be "/users/root" and that is just a normal user with more
permissions.

Dirk

Reply via email to