Displaying 2 results from an estimated 2 matches for "cmd_dsacl_set".
2018 Nov 09
2
print samba-tool dsacl
Hey,
when running "samba-tool dsacl set" it prints the new acl of the applied
object after command has finished.
Is there a (bash) command to only print (not set/change) the current acl of
an object?
Thanks for any help & hints
2018 Nov 10
1
print samba-tool dsacl
...e again the correct diff.
Am Sa., 10. Nov. 2018 um 08:54 Uhr schrieb Martin Krämer <
mk.maddin at gmail.com>:
> Hello everyone,
>
> since I was not able to find any tool like requested previously I did a
> "quick and dirty" for samba-tool.
> I copied the "class cmd_dsacl_set" to a new one "class cmd_dsacl_get" and
> modified it to only print (everything needed was already implemented in
> "class cmd_dsacl_set").
> Attached is the according diff.
>
> Where do I need to put this to maybe have it implemented into "samba-tool&qu...