summaryrefslogtreecommitdiff
path: root/docs-xml
diff options
context:
space:
mode:
authorChristof Schmitt <cs@samba.org>2015-06-09 10:29:21 -0700
committerKarolin Seeger <kseeger@samba.org>2015-06-30 04:19:08 +0200
commitb02152f4878be145dada2cb5394cabf13cc89eba (patch)
tree59f7d9f7a09f67e78470552a40914082e1ffc785 /docs-xml
parent94c5af49c5c722cc62e2b23176dac8cb00051b64 (diff)
downloadsamba-b02152f4878be145dada2cb5394cabf13cc89eba.tar.gz
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 <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 (cherry picked from commit 8406d4dd1593b4a4d7bcbdc7b7c7893339f8e814)
Diffstat (limited to 'docs-xml')
-rw-r--r--docs-xml/manpages/sharesec.1.xml16
1 files changed, 8 insertions, 8 deletions
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.</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
@@ -227,10 +226,11 @@
<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>