I try:
bin/ucectl acl add --uid 'mms' --org 'cea' --object 'user' --action
'get'
But all my user can get user informations, not only 'mms'.
I also try:
bin/ucectl acl add --uid 'mms' --org 'cea' --object 'user' --action
'get' --user '_uid_'
But all my user can get user informations, not only 'mms', and they
can retrieve informations of other users.
Is it a mistake in my tuples ?
Thanks
bin/ucectl acl add --uid 'mms' --org 'cea' --object 'user' --action
'get' --user '_uid_'
On 17 jan, 18:57, Victor Goya <
bebepho...@gmail.com> wrote:
> The required right is:
> object='user'
> action='get'
>
> The only condition is user='_uid_', to limit the right to a single user
> with its uid.
>
> --
> Victor Goya