diff options
author | Volker Lendecke <vlendec@samba.org> | 2007-02-19 13:31:46 +0000 |
---|---|---|
committer | Gerald W. Carter <jerry@samba.org> | 2008-04-23 08:47:25 -0500 |
commit | e059e15394125c61a014ce750d649f356ee7f5a3 (patch) | |
tree | 55027f94e9cb9764ca14bc7e3ba751033b6f53aa | |
parent | 138eaac700c3d4c4fdb22b4bafac2eb5eb64d2df (diff) | |
download | samba-e059e15394125c61a014ce750d649f356ee7f5a3.tar.gz samba-e059e15394125c61a014ce750d649f356ee7f5a3.tar.bz2 samba-e059e15394125c61a014ce750d649f356ee7f5a3.zip |
Docs for "printjob username"
(This used to be commit 2a1aa85b57b3b5121eb05a4feb5495c439e2463b)
-rw-r--r-- | docs/smbdotconf/printing/printjobusername.xml | 15 |
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> |