summaryrefslogtreecommitdiff
path: root/docs-xml
diff options
context:
space:
mode:
authorKarolin Seeger <kseeger@samba.org>2009-02-06 09:10:15 +0100
committerKarolin Seeger <kseeger@samba.org>2009-02-16 09:56:56 +0100
commitc63bef324894e8353e6bef8b944a3d553fbcad8a (patch)
tree9a9b601d2d591be3cd4df5c86de3daf59b97a442 /docs-xml
parent5dd643be135c6c879b0d5e49d62f870773698934 (diff)
downloadsamba-c63bef324894e8353e6bef8b944a3d553fbcad8a.tar.gz
docs: Add description of "ldap ssl ads" to man smb.conf.
Karolin (cherry picked from commit 02f13538f00cc8368e3e5e8e510bac468c21089b) (cherry picked from commit fef1a664de477b3d434b9d8c276933236042ae20)
Diffstat (limited to 'docs-xml')
-rw-r--r--docs-xml/smbdotconf/ldap/ldapsslads.xml21
1 files changed, 21 insertions, 0 deletions
diff --git a/docs-xml/smbdotconf/ldap/ldapsslads.xml b/docs-xml/smbdotconf/ldap/ldapsslads.xml
new file mode 100644
index 00000000000..e6998cbaf2e
--- /dev/null
+++ b/docs-xml/smbdotconf/ldap/ldapsslads.xml
@@ -0,0 +1,21 @@
+<samba:parameter name="ldap ssl ads"
+ context="G"
+ type="boolean"
+ advanced="1" developer="1"
+ xmlns:samba="http://www.samba.org/samba/DTD/samba-doc">
+<description>
+ <para>This option is used to define whether or not Samba should
+ use SSL when connecting to the ldap server using
+ <emphasis>ads</emphasis> methods.
+ Rpc methods are not affected by this parameter. Please note, that
+ this parameter won't have any effect if <smbconfoption name="ldap ssl"/>
+ is set to <parameter>no</parameter>.
+ </para>
+
+ <para>See <refentrytitle>smb.conf</refentrytitle><manvolnum>5</manvolnum>
+ for more information on <smbconfoption name="ldap ssl"/>.
+ </para>
+
+</description>
+<value type="default">no</value>
+</samba:parameter>