Commit 6d44fe8e authored by lpsolit%gmail.com's avatar lpsolit%gmail.com

Bug 392212: LDAP parameters descriptions should mention how to use SSL…

Bug 392212: LDAP parameters descriptions should mention how to use SSL connection - Patch by Sam Folk-Williams <sam.folkwilliams@gmail.com> r/a=LpSolit
parent a60171ca
...@@ -635,7 +635,7 @@ ...@@ -635,7 +635,7 @@
port) of your LDAP server. If no port is specified, it assumes port) of your LDAP server. If no port is specified, it assumes
the default LDAP port of 389. the default LDAP port of 389.
</para> </para>
<para>Ex. <quote>ldap.company.com</quote> <para>For example: <quote>ldap.company.com</quote>
or <quote>ldap.company.com:3268</quote> or <quote>ldap.company.com:3268</quote>
</para> </para>
<para>You can also specify a LDAP URI, so as to use other <para>You can also specify a LDAP URI, so as to use other
...@@ -643,9 +643,16 @@ ...@@ -643,9 +643,16 @@
the URI, the default is either 389 or 636 for 'LDAP' and 'LDAPS' the URI, the default is either 389 or 636 for 'LDAP' and 'LDAPS'
schemes respectively. schemes respectively.
</para> </para>
<para>Ex. <quote>ldap://ldap.company.com</quote>, <tip>
<quote>ldaps://ldap.company.com</quote> or <para>
<quote>ldapi://%2fvar%2flib%2fldap_sock</quote> In order to use SSL with LDAP, specify a URI with "ldaps://".
This will force the use of SSL over port 636.
</para>
</tip>
<para>For example, normal LDAP:
<quote>ldap://ldap.company.com</quote>, LDAP over SSL:
<quote>ldaps://ldap.company.com</quote> or LDAP over a UNIX
domain socket <quote>ldapi://%2fvar%2flib%2fldap_sock</quote>.
</para> </para>
</listitem> </listitem>
</varlistentry> </varlistentry>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment