summaryrefslogtreecommitdiff
path: root/docs/smbdotconf/printing
diff options
context:
space:
mode:
authorVolker Lendecke <vlendec@samba.org>2007-02-19 13:31:46 +0000
committerGerald W. Carter <jerry@samba.org>2008-04-23 08:47:25 -0500
commite059e15394125c61a014ce750d649f356ee7f5a3 (patch)
tree55027f94e9cb9764ca14bc7e3ba751033b6f53aa /docs/smbdotconf/printing
parent138eaac700c3d4c4fdb22b4bafac2eb5eb64d2df (diff)
downloadsamba-e059e15394125c61a014ce750d649f356ee7f5a3.tar.gz
samba-e059e15394125c61a014ce750d649f356ee7f5a3.tar.bz2
samba-e059e15394125c61a014ce750d649f356ee7f5a3.zip
Docs for "printjob username"
(This used to be commit 2a1aa85b57b3b5121eb05a4feb5495c439e2463b)
Diffstat (limited to 'docs/smbdotconf/printing')
-rw-r--r--docs/smbdotconf/printing/printjobusername.xml15
1 files changed, 15 insertions, 0 deletions
diff --git a/docs/smbdotconf/printing/printjobusername.xml b/docs/smbdotconf/printing/printjobusername.xml
new file mode 100644
index 0000000000..4a9c4ffaf6
--- /dev/null
+++ b/docs/smbdotconf/printing/printjobusername.xml
@@ -0,0 +1,15 @@
+<samba:parameter name="printjob username"
+ context="S"
+ type="string"
+ print="1"
+ xmlns:samba="http://www.samba.org/samba/DTD/samba-doc">
+ <description>
+ <para>This parameter specifies which user information will be
+ passed to the printing system. Usually, the username is sent,
+ but in some cases, e.g. the domain prefix is useful, too.</para>
+
+<related>printing</related>
+
+<value type="example">%D\%U</value>
+<value type="default">%U</value>
+</samba:parameter>