summaryrefslogtreecommitdiff
path: root/docs-xml
diff options
context:
space:
mode:
authorroot <root@bando.(none)>2008-12-21 08:55:30 +0100
committerKarolin Seeger <kseeger@samba.org>2009-01-02 12:44:22 +0100
commit881a3e7211c077236253e9748b9ac2dc060a4941 (patch)
treeec7436c8d05161010358189c8964ae4cc83b406f /docs-xml
parent3c2a4842ae8a0d90f131330e35e830a16283cd65 (diff)
downloadsamba-881a3e7211c077236253e9748b9ac2dc060a4941.tar.gz
s3:loadparm/docs: Set default for "ldap ssl" to "start tls".
This has been discussed on samba-technical before. 3.3 and newer only! Karolin (cherry picked from commit a89f7c1f82b03d23a140bdee46b9a60cb8547330)
Diffstat (limited to 'docs-xml')
-rw-r--r--docs-xml/smbdotconf/ldap/ldapssl.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs-xml/smbdotconf/ldap/ldapssl.xml b/docs-xml/smbdotconf/ldap/ldapssl.xml
index d785071ec4c..b2e953736b2 100644
--- a/docs-xml/smbdotconf/ldap/ldapssl.xml
+++ b/docs-xml/smbdotconf/ldap/ldapssl.xml
@@ -27,11 +27,11 @@
</listitem>
<listitem>
- <para><parameter moreinfo="none">Start_tls</parameter> = Use
+ <para><parameter moreinfo="none">start tls</parameter> = Use
the LDAPv3 StartTLS extended operation (RFC2830) for
communicating with the directory server.</para>
</listitem>
</itemizedlist>
</description>
-<value type="default">no</value>
+<value type="default">start tls</value>
</samba:parameter>