mirror of
https://github.com/samba-team/samba.git
synced 2025-08-03 04:22:09 +03:00
docs-xml: Use /var/tmp for spooling in smb.conf.5
This is a world writeable directory which exists on Linux distributions by default already. Signed-off-by: Andreas Schneider <asn@samba.org> Reviewed-by: Ralph Boehme <slow@samba.org> Autobuild-User(master): Andreas Schneider <asn@cryptomilk.org> Autobuild-Date(master): Tue Oct 12 17:24:01 UTC 2021 on sn-devel-184
This commit is contained in:
committed by
Andreas Schneider
parent
3262f69690
commit
14db80fe61
@ -157,7 +157,7 @@
|
|||||||
ok</emphasis> parameter means access will be permitted as the default guest user (specified elsewhere):
|
ok</emphasis> parameter means access will be permitted as the default guest user (specified elsewhere):
|
||||||
<programlisting>
|
<programlisting>
|
||||||
<smbconfsection name="[aprinter]"/>
|
<smbconfsection name="[aprinter]"/>
|
||||||
<smbconfoption name="path">/usr/spool/public</smbconfoption>
|
<smbconfoption name="path">/var/tmp</smbconfoption>
|
||||||
<smbconfoption name="read only">yes</smbconfoption>
|
<smbconfoption name="read only">yes</smbconfoption>
|
||||||
<smbconfoption name="printable">yes</smbconfoption>
|
<smbconfoption name="printable">yes</smbconfoption>
|
||||||
<smbconfoption name="guest ok">yes</smbconfoption>
|
<smbconfoption name="guest ok">yes</smbconfoption>
|
||||||
@ -292,7 +292,7 @@
|
|||||||
it. A typical [printers] entry looks like this:
|
it. A typical [printers] entry looks like this:
|
||||||
<programlisting>
|
<programlisting>
|
||||||
<smbconfsection name="[printers]"/>
|
<smbconfsection name="[printers]"/>
|
||||||
<smbconfoption name="path">/usr/spool/public</smbconfoption>
|
<smbconfoption name="path">/var/tmp</smbconfoption>
|
||||||
<smbconfoption name="guest ok">yes</smbconfoption>
|
<smbconfoption name="guest ok">yes</smbconfoption>
|
||||||
<smbconfoption name="printable">yes</smbconfoption>
|
<smbconfoption name="printable">yes</smbconfoption>
|
||||||
</programlisting>
|
</programlisting>
|
||||||
|
Reference in New Issue
Block a user