blob: 8f72fee8c3275f0b38f3259e659107b943559ec5 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
<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>
</description>
<related>printing</related>
<value type="example">%D\%U</value>
<value type="default">%U</value>
</samba:parameter>
|