Ignore:
Timestamp:
Nov 24, 2016, 1:14:11 PM (9 years ago)
Author:
Silvan Scherrer
Message:

Samba Server: update vendor to version 4.4.3

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  
    88        <refmiscinfo class="source">Samba</refmiscinfo>
    99        <refmiscinfo class="manual">User Commands</refmiscinfo>
    10         <refmiscinfo class="version">3.6</refmiscinfo>
     10        <refmiscinfo class="version">4.4</refmiscinfo>
    1111</refmeta>
    1212
     
    2727                <arg choice="opt">-D, --delete</arg>
    2828                <arg choice="opt">-v, --view</arg>
     29                <arg choice="opt">--view-all</arg>
    2930                <arg choice="opt">-M, --machine-sid</arg>
    3031                <arg choice="opt">-F, --force</arg>
     
    3233                <arg choice="opt">-s, --configfile=CONFIGFILE</arg>
    3334                <arg choice="opt">-l, --log-basename=LOGFILEBASE</arg>
    34                 <arg choice="opt">-V, --version</arg>
     35                <arg choice="opt">--version</arg>
    3536                <arg choice="opt">-?, --help</arg>
    3637                <arg choice="opt">--usage</arg>
     38                <arg choice="opt">-S, --setsddl=STRING</arg>
     39                <arg choice="opt">-V, --viewsddl</arg>
    3740        </cmdsynopsis>
    3841</refsynopsisdiv>
     
    9699                <listitem><para>
    97100                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.
    98129                </para></listitem>
    99130                </varlistentry>
     
    124155        cause strange behaviour.</para>
    125156
    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>
    130160
    131161        <para>ACLs specify permissions granted to the SID. This SID
     
    197227        host:~ # sharesec share -v
    198228        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
    203234        </programlisting>
    204235</refsect1>
Note: See TracChangeset for help on using the changeset viewer.