Moving docs tree to docs-xml to make room for generated docs in the release tarball.
[ira/wip.git] / docs-xml / smbdotconf / printing / cupsserver.xml
1 <samba:parameter name="cups server"
2                  context="G"
3                  type="string"
4                  print="1"
5                  xmlns:samba="http://www.samba.org/samba/DTD/samba-doc">
6 <description>
7     <para>
8     This parameter is only applicable if <smbconfoption name="printing"/> is set to <constant>cups</constant>.
9     </para>
10
11    <para>
12    If set, this option overrides the ServerName option in the CUPS <filename>client.conf</filename>. This is 
13    necessary if you have virtual samba servers that connect to different CUPS daemons.
14    </para>
15
16    <para>Optionally, a port can be specified by separating the server name 
17            and port number with a colon. If no port was specified, 
18            the default port for IPP (631) will be used.
19    </para>
20           
21 </description>
22
23 <value type="default">""</value>
24 <value type="example">mycupsserver</value>
25 <value type="example">mycupsserver:1631</value>
26 </samba:parameter>