summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVolker Lendecke <vlendec@samba.org>2004-06-02 15:01:24 +0000
committerGerald W. Carter <jerry@samba.org>2008-04-23 08:45:52 -0500
commitaf51ae94ad9839a0cd0180d506c0c5f603811971 (patch)
tree15531cc3e636f0cae9fc26ab23d227aad1459056
parent70f869d0a54483612b4e3acdbc3aec15a3339e03 (diff)
downloadsamba-af51ae94ad9839a0cd0180d506c0c5f603811971.tar.gz
samba-af51ae94ad9839a0cd0180d506c0c5f603811971.tar.bz2
samba-af51ae94ad9839a0cd0180d506c0c5f603811971.zip
Document 'cups server'
Volker (This used to be commit d87ee38eb02f2e134457d457149dc5fcbce45b2c)
-rw-r--r--docs/smbdotconf/printing/cupsserver.xml19
1 files changed, 19 insertions, 0 deletions
diff --git a/docs/smbdotconf/printing/cupsserver.xml b/docs/smbdotconf/printing/cupsserver.xml
new file mode 100644
index 0000000000..d4ca877b7b
--- /dev/null
+++ b/docs/smbdotconf/printing/cupsserver.xml
@@ -0,0 +1,19 @@
+<samba:parameter name="cups server"
+ context="G"
+ type="string"
+ print="1"
+ xmlns:samba="http://samba.org/common">
+<description>
+ <para>This parameter is only applicable if <link
+ linkend="PRINTING"><parameter moreinfo="none">printing</parameter></link> is
+ set to <constant>cups</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">"raw,media=a4,job-sheets=secret,secret"</value>
+</samba:parameter>