]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Bug 392212: LDAP parameters descriptions should mention how to use SSL connection...
authorlpsolit%gmail.com <>
Mon, 19 May 2008 16:12:15 +0000 (16:12 +0000)
committerlpsolit%gmail.com <>
Mon, 19 May 2008 16:12:15 +0000 (16:12 +0000)
docs/en/xml/administration.xml

index 7a75604de1df333ca397614866bd09a10a5421cc..9924a742e8012a6a3859d77fc29fe9be8c80d318 100644 (file)
                 port) of your LDAP server. If no port is specified, it assumes
                 the default LDAP port of 389.
                 </para>
-                <para>Ex. <quote>ldap.company.com</quote>
+                <para>For example: <quote>ldap.company.com</quote>
                  or <quote>ldap.company.com:3268</quote>
                 </para>
                 <para>You can also specify a LDAP URI, so as to use other
                 the URI, the default is either 389 or 636 for 'LDAP' and 'LDAPS'
                 schemes respectively.
                 </para>
-                <para>Ex. <quote>ldap://ldap.company.com</quote>,
-                <quote>ldaps://ldap.company.com</quote> or
-                <quote>ldapi://%2fvar%2flib%2fldap_sock</quote>
+                <tip>
+                  <para>
+                    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>
                </listitem>
              </varlistentry>