docs-xml: Update sharesec manpage to reflect current output
authorChristof Schmitt <cs@samba.org>
Tue, 9 Jun 2015 17:29:21 +0000 (10:29 -0700)
committerVolker Lendecke <vl@samba.org>
Wed, 17 Jun 2015 11:36:23 +0000 (13:36 +0200)
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 <cs@samba.org>
Reviewed-by: Volker Lendecke <vl@samba.org>
Autobuild-User(master): Volker Lendecke <vl@samba.org>
Autobuild-Date(master): Wed Jun 17 13:36:23 CEST 2015 on sn-devel-104

docs-xml/manpages/sharesec.1.xml

index 6a201cc136b50d9826d6a7c54b0fe5ff60c7648f..7e13d49ce1ac2da6d410db2aac0447c560698caf 100644 (file)
        If not specified it defaults to 1. Using values other than 1 may
        cause strange behaviour.</para>
 
-       <para>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.</para>
+       <para>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.</para>
 
        <para>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
        <programlisting>
        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
        </programlisting>
 </refsect1>