mirror of
https://github.com/samba-team/samba.git
synced 2025-02-08 05:57:51 +03:00
add the 5 missing chapters from the HOWTO and add jht's Samba by Example book. (This used to be commit 9fb5bcb93e57c5162b3ee6f9c7d777dc0269d100)
17 lines
565 B
XML
17 lines
565 B
XML
<samba:parameter name="min print space"
|
|
context="S"
|
|
type="integer"
|
|
print="1"
|
|
xmlns:samba="http://samba.org/common">
|
|
<description>
|
|
<para>This sets the minimum amount of free disk
|
|
space that must be available before a user will be able to spool
|
|
a print job. It is specified in kilobytes. The default is 0, which
|
|
means a user can always spool a print job.</para>
|
|
</description>
|
|
|
|
<related>printing</related>
|
|
<value type="default">0</value>
|
|
<value type="example">2000</value>
|
|
</samba:parameter>
|