mirror of
https://github.com/samba-team/samba.git
synced 2025-01-07 17:18:11 +03:00
64b720d284
Signed-off-by: Michael Adam <obnox@samba.org> Reviewed-by: Jeremy Allison <jra@samba.org>
19 lines
651 B
XML
19 lines
651 B
XML
<samba:parameter name="iprint server"
|
|
context="G"
|
|
type="string"
|
|
xmlns:samba="http://www.samba.org/samba/DTD/samba-doc">
|
|
<description>
|
|
<para>
|
|
This parameter is only applicable if <smbconfoption name="printing"/> is set to <constant>iprint</constant>.
|
|
</para>
|
|
|
|
<para>
|
|
If set, this option overrides the ServerName option in the CUPS <filename>client.conf</filename>. This is
|
|
necessary if you have virtual samba servers that connect to different CUPS daemons.
|
|
</para>
|
|
</description>
|
|
|
|
<value type="default">""</value>
|
|
<value type="example">MYCUPSSERVER</value>
|
|
</samba:parameter>
|