From 2534619eedc3e9528d589cfee793a55b3cc62bed Mon Sep 17 00:00:00 2001 From: Karolin Seeger Date: Wed, 17 Dec 2008 15:42:12 +0100 Subject: [PATCH] docs: Fix some formatting issues in the "ldap ssl" section of man smb.conf. Karolin (cherry picked from commit 6ac36698e975649d26e3f2975c2101129c3ffe97) (cherry picked from commit 655a1c7b05d56326d6cfffbc8e46e1d64565717a) --- docs-xml/smbdotconf/ldap/ldapssl.xml | 32 +++++++++++++++++--------------- 1 file changed, 17 insertions(+), 15 deletions(-) diff --git a/docs-xml/smbdotconf/ldap/ldapssl.xml b/docs-xml/smbdotconf/ldap/ldapssl.xml index 39ed08fe82d..383a545ae27 100644 --- a/docs-xml/smbdotconf/ldap/ldapssl.xml +++ b/docs-xml/smbdotconf/ldap/ldapssl.xml @@ -3,36 +3,38 @@ type="enum" advanced="1" developer="1" xmlns:samba="http://www.samba.org/samba/DTD/samba-doc"> - + 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 + Samba's previous SSL support which was enabled by specifying the + --with-ssl option to the + configure script. - -The can be set to one of three values: + + The can be set to one of + three values: - Off = Never + Off = Never use SSL when querying the directory. - Start_tls = Use - the LDAPv3 StartTLS extended operation (RFC2830) for + Start_tls = Use + the LDAPv3 StartTLS extended operation (RFC2830) for communicating with the directory server. - + - On = Use SSL - on the ldaps port when contacting the ldap server. Only available when the - backwards-compatiblity On = Use SSL + on the ldaps port when contacting the + moreinfo="none">ldap server. Only available when the + backwards-compatiblity moreinfo="none">--with-ldapsam option is specified - to configure. See . + to configure. See . - + start_tls -- 2.11.4.GIT