From b02152f4878be145dada2cb5394cabf13cc89eba Mon Sep 17 00:00:00 2001 From: Christof Schmitt Date: Tue, 9 Jun 2015 10:29:21 -0700 Subject: docs-xml: Update sharesec manpage to reflect current output Update the sharesec man page to reflect the output currently used, and also add a note that the OWNER and GROUP fields are not used for share ACLs. BUG: https://bugzilla.samba.org/show_bug.cgi?id=11324 Signed-off-by: Christof Schmitt Reviewed-by: Volker Lendecke Autobuild-User(master): Volker Lendecke Autobuild-Date(master): Wed Jun 17 13:36:23 CEST 2015 on sn-devel-104 (cherry picked from commit 8406d4dd1593b4a4d7bcbdc7b7c7893339f8e814) --- docs-xml/manpages/sharesec.1.xml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to 'docs-xml') diff --git a/docs-xml/manpages/sharesec.1.xml b/docs-xml/manpages/sharesec.1.xml index 6a201cc136b..7e13d49ce1a 100644 --- a/docs-xml/manpages/sharesec.1.xml +++ b/docs-xml/manpages/sharesec.1.xml @@ -154,10 +154,9 @@ If not specified it defaults to 1. Using values other than 1 may cause strange behaviour. - The owner and group specify the owner and group SIDs for the - object. If a SID in the format S-1-x-y-z is specified this is used, - otherwise the name specified is resolved using the server on which - the file or directory resides. + The owner and group specify the owner and group SIDs for + the object. Share ACLs do not specify an owner or a group, so + these fields are empty. ACLs specify permissions granted to the SID. This SID can be specified in S-1-x-y-z format or as a name in which case @@ -227,10 +226,11 @@ host:~ # sharesec share -v REVISION:1 - OWNER:(NULL SID) - GROUP:(NULL SID) - ACL:S-1-1-0:ALLOWED/0/0x101f01ff - ACL:S-1-5-21-1866488690-1365729215-3963860297-17724:ALLOWED/0/FULL + CONTROL:SR|DP + OWNER: + GROUP: + ACL:S-1-1-0:ALLOWED/0x0/FULL + ACL:S-1-5-21-1866488690-1365729215-3963860297-17724:ALLOWED/0x0/FULL -- cgit v1.2.1