source: vendor/current/docs-xml/smbdotconf/printing/cupsencrypt.xml

Last change on this file was 988, checked in by Silvan Scherrer, 9 years ago

Samba Server: update vendor to version 4.4.3

File size: 819 bytes
Line 
1<samba:parameter name="cups encrypt"
2 context="G"
3 type="enum"
4 enumlist="enum_bool_auto"
5 xmlns:samba="http://www.samba.org/samba/DTD/samba-doc">
6<description>
7 <para>
8 This parameter is only applicable if <smbconfoption name="printing"/>
9 is set to <constant>cups</constant> and if you use CUPS newer than
10 1.0.x.It is used to define whether or not Samba should use encryption
11 when talking to the CUPS server. Possible values are
12 <emphasis>auto</emphasis>, <emphasis>yes</emphasis> and
13 <emphasis>no</emphasis>
14 </para>
15
16 <para>
17 When set to auto we will try to do a TLS handshake on each CUPS
18 connection setup. If that fails, we will fall back to unencrypted
19 operation.
20 </para>
21
22</description>
23
24<value type="default">no</value>
25</samba:parameter>
Note: See TracBrowser for help on using the repository browser.