From 4f5791ebd03eaec1c7da0865a383175b05102712 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sun, 5 May 2024 19:47:29 +0200 Subject: Adding upstream version 2:4.17.12+dfsg. Signed-off-by: Daniel Baumann --- docs-xml/smbdotconf/ldap/ldapssl.xml | 42 ++++++++++++++++++++++++++++++++++++ 1 file changed, 42 insertions(+) create mode 100644 docs-xml/smbdotconf/ldap/ldapssl.xml (limited to 'docs-xml/smbdotconf/ldap/ldapssl.xml') diff --git a/docs-xml/smbdotconf/ldap/ldapssl.xml b/docs-xml/smbdotconf/ldap/ldapssl.xml new file mode 100644 index 0000000..5fe67b1 --- /dev/null +++ b/docs-xml/smbdotconf/ldap/ldapssl.xml @@ -0,0 +1,42 @@ + + + This option is used to define whether or not Samba should + use SSL when connecting to the ldap server + This is NOT related to + Samba's previous SSL support which was enabled by specifying the + --with-ssl option to the + configure + script. + + LDAP connections should be secured where possible. This may be + done setting either this parameter to + start tls + or by specifying ldaps:// in + the URL argument of . + + The can be set to one of + two values: + + + Off = Never + use SSL when querying the directory. + + + + start tls = Use + the LDAPv3 StartTLS extended operation (RFC2830) for + communicating with the directory server. + + + + Please note that this parameter does only affect rpc + methods. + + + +start tls + -- cgit v1.2.3