mirror of
https://github.com/samba-team/samba.git
synced 2025-02-24 13:57:43 +03:00
WHATSNEW: Add entry for new save/restore options for smbcacls
Signed-off-by: Noel Power <noel.power@suse.com> Reviewed-by: Ralph Boehme <slow@samba.org> Autobuild-User(master): Ralph Böhme <slow@samba.org> Autobuild-Date(master): Fri Jan 26 11:30:07 UTC 2024 on atb-devel-224
This commit is contained in:
parent
a9028f25e6
commit
d63e972aa0
15
WHATSNEW.txt
15
WHATSNEW.txt
@ -93,6 +93,21 @@ Windows Search Protocol service configured and enabled.
|
||||
|
||||
For more details see the wspsearch man page.
|
||||
|
||||
Allow 'smbcacls' to save/restore DACLs to file
|
||||
--------------------------------------------
|
||||
|
||||
'smbcacls' has been extended to allow DACLs to be saved and restored
|
||||
to/from a file. This feature mimics the functionality that windows cmd
|
||||
line tool 'icacls.exe' provides. Additionally files created either
|
||||
by 'smbcalcs' or 'icacls.exe' are interchangeable and can be used by
|
||||
either tool as the same file format is used.
|
||||
|
||||
New options added are:
|
||||
- '--save savefile' Saves DACLs in sddl format to file
|
||||
- '--recurse' Performs the '--save' operation above on directory
|
||||
and all files/directories below.
|
||||
- '--restore savefile' Restores the stored DACLS to files in directory
|
||||
|
||||
REMOVED FEATURES
|
||||
================
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user