blob: 2e1abaf6e153f1b3edc62b37b4bff44978ac7d7f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
<samba:parameter xmlns:samba="http://samba.org/common">
<term><anchor id="ADMINUSERS"/>admin users (S)</term>
<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>
|