summaryrefslogtreecommitdiff
path: root/docs/docbook/smbdotconf/security/adminusers.xml
blob: 09989aa79a2b63867104c140be25b458596a4072 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<samba:parameter name="admin users"
                 context="S"
                 xmlns:samba="http://samba.org/common">
<listitem>
    <para>This is a list of users who will be granted 
    administrative privileges on the share. This means that they 
    will do all file operations as the super-user (root).</para>

    <para>You should use this option very carefully, as any user in 
    this list will be able to do anything they like on the share, 
    irrespective of file permissions.</para>

    <para>Default: <emphasis>no admin users</emphasis></para>

    <para>Example: <command moreinfo="none">admin users = jason</command></para>
</listitem>
</samba:parameter>