mirror of
https://github.com/samba-team/samba.git
synced 2024-12-24 21:34:56 +03:00
f2a1f0c705
Signed-off-by: Ralph Boehme <slow@samba.org> Reviewed-by: Stefan Metzmacher <metze@samba.org>
20 lines
685 B
XML
20 lines
685 B
XML
<samba:parameter name="iprint server"
|
|
context="G"
|
|
type="string"
|
|
substitution="1"
|
|
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>
|