summaryrefslogtreecommitdiff
path: root/docs-xml/manpages/sharesec.1.xml
diff options
context:
space:
mode:
authorChristof Schmitt <cs@samba.org>2015-06-09 10:29:21 -0700
committerVolker Lendecke <vl@samba.org>2015-06-17 13:36:23 +0200
commit8406d4dd1593b4a4d7bcbdc7b7c7893339f8e814 (patch)
tree4c9d0c00877ef9d16fa32104ddef3abf520ebaba /docs-xml/manpages/sharesec.1.xml
parenta6650d74d1b7cc051637c1a19daff5a8009f405b (diff)
downloadsamba-8406d4dd1593b4a4d7bcbdc7b7c7893339f8e814.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
Diffstat (limited to 'docs-xml/manpages/sharesec.1.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>