]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
docs-xml: Use /var/tmp for spooling in smb.conf.5
authorAndreas Schneider <asn@samba.org>
Wed, 6 Oct 2021 12:02:10 +0000 (14:02 +0200)
committerAndreas Schneider <asn@cryptomilk.org>
Tue, 12 Oct 2021 17:24:01 +0000 (17:24 +0000)
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

docs-xml/manpages/smb.conf.5.xml

index e85c62078acd8f0f1bc6ea66002e4e2bd6853334..4b33c0f59e8a2c3a85032f077f480d6573adae70 100644 (file)
        ok</emphasis> parameter means access will be permitted as the default guest user (specified elsewhere):
 <programlisting>
        <smbconfsection name="[aprinter]"/>
-       <smbconfoption name="path">/usr/spool/public</smbconfoption>
+       <smbconfoption name="path">/var/tmp</smbconfoption>
        <smbconfoption name="read only">yes</smbconfoption>
        <smbconfoption name="printable">yes</smbconfoption>
        <smbconfoption name="guest ok">yes</smbconfoption>
                it. A typical [printers] entry looks like this:
 <programlisting>
 <smbconfsection name="[printers]"/>
-<smbconfoption name="path">/usr/spool/public</smbconfoption>
+<smbconfoption name="path">/var/tmp</smbconfoption>
 <smbconfoption name="guest ok">yes</smbconfoption>
 <smbconfoption name="printable">yes</smbconfoption>
 </programlisting>