s3:modules: s/struct timed_event/struct tevent_timer
[Samba/gebeck_regimport.git] / docs-xml / smbdotconf / printing / cupsencrypt.xml
blobf93b1c5935b6cc4d900fb79fd60b608f57bd9547
1 <samba:parameter name="cups encrypt"
2         context="G"
3         type="enum"
4         advanced="1" print="1"
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>
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>
22 </description>
24 <value type="default">"no"</value>
25 </samba:parameter>