Docs for "printjob username"
authorVolker Lendecke <vlendec@samba.org>
Mon, 19 Feb 2007 13:31:46 +0000 (13:31 +0000)
committerGerald W. Carter <jerry@samba.org>
Wed, 23 Apr 2008 13:47:25 +0000 (08:47 -0500)
(This used to be commit 2a1aa85b57b3b5121eb05a4feb5495c439e2463b)

docs/smbdotconf/printing/printjobusername.xml [new file with mode: 0644]

diff --git a/docs/smbdotconf/printing/printjobusername.xml b/docs/smbdotconf/printing/printjobusername.xml
new file mode 100644 (file)
index 0000000..4a9c4ff
--- /dev/null
@@ -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>