mirror of
https://github.com/samba-team/samba.git
synced 2025-01-11 05:18:09 +03:00
Some smbconf fixes from Karolin Seeger <ks@sernet.de>. Removing the
<smbconfsection> / </smbconfsection> is in line with the rest of the introduction. Thanks :-) Volker
This commit is contained in:
parent
c7a88a22f1
commit
388f801f3c
@ -299,7 +299,7 @@ alias|alias|alias|alias...
|
|||||||
|
|
||||||
<para>Starting with Samba version 3.0.23 the capability for non-root users to add, modify, and delete
|
<para>Starting with Samba version 3.0.23 the capability for non-root users to add, modify, and delete
|
||||||
their own share definitions has been added. This capability is called <emphasis>usershares</emphasis> and
|
their own share definitions has been added. This capability is called <emphasis>usershares</emphasis> and
|
||||||
is controlled by a set of parameters in the <smbconfsection>[global]</smbconfsection> section of the smb.conf.
|
is controlled by a set of parameters in the [global] section of the smb.conf.
|
||||||
The relevant parameters are :
|
The relevant parameters are :
|
||||||
</para>
|
</para>
|
||||||
|
|
||||||
@ -327,13 +327,13 @@ alias|alias|alias|alias...
|
|||||||
|
|
||||||
<varlistentry>
|
<varlistentry>
|
||||||
<term>usershare prefix allow list</term>
|
<term>usershare prefix allow list</term>
|
||||||
<listitem><para>Comma-separated list of abolute pathnames restricting what directories
|
<listitem><para>Comma-separated list of absolute pathnames restricting what directories
|
||||||
can be shared. Only directories below the pathnames in this list are permitted.</para></listitem>
|
can be shared. Only directories below the pathnames in this list are permitted.</para></listitem>
|
||||||
</varlistentry>
|
</varlistentry>
|
||||||
|
|
||||||
<varlistentry>
|
<varlistentry>
|
||||||
<term>usershare prefix deny list</term>
|
<term>usershare prefix deny list</term>
|
||||||
<listitem><para>Comma-separated list of abolute pathnames restricting what directories
|
<listitem><para>Comma-separated list of absolute pathnames restricting what directories
|
||||||
can be shared. Directories below the pathnames in this list are prohibited.</para></listitem>
|
can be shared. Directories below the pathnames in this list are prohibited.</para></listitem>
|
||||||
</varlistentry>
|
</varlistentry>
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user