Changeset 988 for vendor/current/docs-xml/manpages/sharesec.1.xml
- Timestamp:
- Nov 24, 2016, 1:14:11 PM (9 years ago)
- Location:
- vendor/current/docs-xml/manpages
- Files:
-
- 1 edited
- 1 moved
Legend:
- Unmodified
- Added
- Removed
-
vendor/current/docs-xml/manpages/sharesec.1.xml
r860 r988 8 8 <refmiscinfo class="source">Samba</refmiscinfo> 9 9 <refmiscinfo class="manual">User Commands</refmiscinfo> 10 <refmiscinfo class="version"> 3.6</refmiscinfo>10 <refmiscinfo class="version">4.4</refmiscinfo> 11 11 </refmeta> 12 12 … … 27 27 <arg choice="opt">-D, --delete</arg> 28 28 <arg choice="opt">-v, --view</arg> 29 <arg choice="opt">--view-all</arg> 29 30 <arg choice="opt">-M, --machine-sid</arg> 30 31 <arg choice="opt">-F, --force</arg> … … 32 33 <arg choice="opt">-s, --configfile=CONFIGFILE</arg> 33 34 <arg choice="opt">-l, --log-basename=LOGFILEBASE</arg> 34 <arg choice="opt">- V, --version</arg>35 <arg choice="opt">--version</arg> 35 36 <arg choice="opt">-?, --help</arg> 36 37 <arg choice="opt">--usage</arg> 38 <arg choice="opt">-S, --setsddl=STRING</arg> 39 <arg choice="opt">-V, --viewsddl</arg> 37 40 </cmdsynopsis> 38 41 </refsynopsisdiv> … … 96 99 <listitem><para> 97 100 Overwrite an existing share permission ACL. 101 </para></listitem> 102 </varlistentry> 103 104 <varlistentry> 105 <term>-v|--view</term> 106 <listitem><para> 107 List a share acl 108 </para></listitem> 109 </varlistentry> 110 111 <varlistentry> 112 <term>--view-all</term> 113 <listitem><para> 114 List all share acls 115 </para></listitem> 116 </varlistentry> 117 118 <varlistentry> 119 <term>-S|--setsddl=STRING</term> 120 <listitem><para> 121 Set security descriptor by providing ACL in SDDL format. 122 </para></listitem> 123 </varlistentry> 124 125 <varlistentry> 126 <term>-V|--viewsddl</term> 127 <listitem><para> 128 List a share acl in SDDL format. 98 129 </para></listitem> 99 130 </varlistentry> … … 124 155 cause strange behaviour.</para> 125 156 126 <para>The owner and group specify the owner and group SIDs for the 127 object. If a SID in the format S-1-x-y-z is specified this is used, 128 otherwise the name specified is resolved using the server on which 129 the file or directory resides.</para> 157 <para>The owner and group specify the owner and group SIDs for 158 the object. Share ACLs do not specify an owner or a group, so 159 these fields are empty.</para> 130 160 131 161 <para>ACLs specify permissions granted to the SID. This SID … … 197 227 host:~ # sharesec share -v 198 228 REVISION:1 199 OWNER:(NULL SID) 200 GROUP:(NULL SID) 201 ACL:S-1-1-0:ALLOWED/0/0x101f01ff 202 ACL:S-1-5-21-1866488690-1365729215-3963860297-17724:ALLOWED/0/FULL 229 CONTROL:SR|DP 230 OWNER: 231 GROUP: 232 ACL:S-1-1-0:ALLOWED/0x0/FULL 233 ACL:S-1-5-21-1866488690-1365729215-3963860297-17724:ALLOWED/0x0/FULL 203 234 </programlisting> 204 235 </refsect1>
Note:
See TracChangeset
for help on using the changeset viewer.