1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-12 09:18:10 +03:00
samba-mirror/docs-xml/smbdotconf/printing/printjobusername.xml
Garming Sam 199630ea2a docs: insert meta data into printjob username parameter
Signed-off-by: Garming Sam <garming@catalyst.net.nz>
Signed-off-by: Andrew Bartlett <abartlet@samba.org>
Reviewed-by: Michael Adam <obnox@samba.org>
2014-02-02 23:42:31 +01:00

18 lines
555 B
XML

<samba:parameter name="printjob username"
context="S"
type="string"
print="1"
constant="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>
</description>
<related>printing</related>
<value type="example">%D\%U</value>
<value type="default">%U</value>
</samba:parameter>