From 5b33918947914f6d6805e6ac43436cac58388a59 Mon Sep 17 00:00:00 2001 From: Björn Jacke Date: Fri, 27 Mar 2009 13:05:49 +0100 Subject: s3/cups: add documentation for new cups encrypt parameter --- docs-xml/smbdotconf/printing/cupsencrypt.xml | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 docs-xml/smbdotconf/printing/cupsencrypt.xml (limited to 'docs-xml') diff --git a/docs-xml/smbdotconf/printing/cupsencrypt.xml b/docs-xml/smbdotconf/printing/cupsencrypt.xml new file mode 100644 index 0000000000..f93b1c5935 --- /dev/null +++ b/docs-xml/smbdotconf/printing/cupsencrypt.xml @@ -0,0 +1,25 @@ + + + + This parameter is only applicable if + is set to cups and if you use CUPS newer than + 1.0.x.It is used to define whether or not Samba should use encryption + when talking to the CUPS server. Possible values are + auto, yes and + no + + + + When set to auto we will try to do a TLS handshake on each CUPS + connection setup. If that fails, we will fall back to unencrypted + operation. + + + + +"no" + -- cgit