From: Björn Baumbach Date: Wed, 19 Jun 2019 10:22:01 +0000 (+0200) Subject: docs: add documentation for the samba-tool ntacl changedomsid command X-Git-Tag: ldb-2.0.5~345 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=83859668d5f8695134dc6739ef8dec2edc3542ff;p=thirdparty%2Fsamba.git docs: add documentation for the samba-tool ntacl changedomsid command Signed-off-by: Björn Baumbach Reviewed-by: Volker Lendecke --- diff --git a/docs-xml/manpages/samba-tool.8.xml b/docs-xml/manpages/samba-tool.8.xml index f94864b07c9..7f8f02d619a 100644 --- a/docs-xml/manpages/samba-tool.8.xml +++ b/docs-xml/manpages/samba-tool.8.xml @@ -664,6 +664,77 @@ Manage NT ACLs. + + ntacl changedomsid <replaceable>original-domain-SID</replaceable> <replaceable>new-domain-SID</replaceable> <replaceable>file</replaceable> [options] + Change the domain SID for ACLs. + Can be used to change all entries in acl_xattr when the machine's SID + has accidentially changed or the data set has been copied + to another machine either via backup/restore or rsync. + + + + --use-ntvfs + + Set the ACLs directly to the TDB or xattr. The POSIX permissions will + NOT be changed, only the NT ACL will be stored. + + + + + --service=SERVICE + + Specify the name of the smb.conf service to use. This option is + required in combination with the --use-s3fs option. + + + + + --use-s3fs + + Set the ACLs for use with the default s3fs file server via the VFS + layer. This option requires a smb.conf service, specified by the + --service=SERVICE option. + + + + + --xattr-backend=[native|tdb] + + Specify the xattr backend type (native fs or tdb). + + + + + --eadb-file=EADB_FILE + + Name of the tdb file where attributes are stored. + + + + + --recursive + + Set the ACLs for directories and their contents recursively. + + + + + --follow-symlinks + + Follow symlinks when --recursive is specified. + + + + + --verbose + + Verbosely list files and ACLs which are being processed. + + + + + + ntacl get <replaceable>file</replaceable> [options] Get ACLs on a file.