diff options
author | Karolin Seeger <kseeger@samba.org> | 2009-02-06 09:10:15 +0100 |
---|---|---|
committer | Karolin Seeger <kseeger@samba.org> | 2009-02-06 09:42:55 +0100 |
commit | 02f13538f00cc8368e3e5e8e510bac468c21089b (patch) | |
tree | 32c947032df05b770ae3aad6995d280d920479c4 /docs-xml/smbdotconf | |
parent | e4ad0a1d1f3235405d42bc58b6bdb3c7d04e8486 (diff) | |
download | samba-02f13538f00cc8368e3e5e8e510bac468c21089b.tar.gz samba-02f13538f00cc8368e3e5e8e510bac468c21089b.tar.bz2 samba-02f13538f00cc8368e3e5e8e510bac468c21089b.zip |
docs: Add description of "ldap ssl ads" to man smb.conf.
Karolin
Diffstat (limited to 'docs-xml/smbdotconf')
-rw-r--r-- | docs-xml/smbdotconf/ldap/ldapsslads.xml | 21 |
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 0000000000..e6998cbaf2 --- /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> |