mirror of
https://github.com/samba-team/samba.git
synced 2024-12-25 23:21:54 +03:00
df6c33954e
this is to specify the storage place for this reverse boolean. Signed-off-by: Michael Adam <obnox@samba.org> Reviewed-by: Jeremy Allison <jra@samba.org>
13 lines
413 B
XML
13 lines
413 B
XML
<samba:parameter name="enable spoolss"
|
|
context="G"
|
|
type="boolean-rev"
|
|
function="_disable_spoolss"
|
|
synonym="1"
|
|
xmlns:samba="http://www.samba.org/samba/DTD/samba-doc">
|
|
<description>
|
|
<para>Inverted synonym for <smbconfoption name="disable spoolss"/>.</para>
|
|
</description>
|
|
|
|
<value type="default">yes</value>
|
|
</samba:parameter>
|