summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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>