summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorlpsolit%gmail.com <>2006-07-11 09:42:57 +0200
committerlpsolit%gmail.com <>2006-07-11 09:42:57 +0200
commitdbb4dc8e4e689253f0e9c5d162f342e8e652c456 (patch)
tree8fab15635de6a6b6d6c64c8a739bb2d635000cac /docs
parentc47738d0f23009636eae897da087105044ee23b5 (diff)
downloadbugzilla-dbb4dc8e4e689253f0e9c5d162f342e8e652c456.tar.gz
bugzilla-dbb4dc8e4e689253f0e9c5d162f342e8e652c456.tar.xz
Bug 339731: [LDAP] URI-parsing code duplicated with Net::LDAP - Patch by guillomovitch@zarb.org r=mkanat a=justdave
Diffstat (limited to 'docs')
-rw-r--r--docs/xml/installation.xml11
1 files changed, 10 insertions, 1 deletions
diff --git a/docs/xml/installation.xml b/docs/xml/installation.xml
index 743d67735..ce760842e 100644
--- a/docs/xml/installation.xml
+++ b/docs/xml/installation.xml
@@ -1,5 +1,5 @@
<!-- <!DOCTYPE chapter PUBLIC "-//OASIS//DTD DocBook XML V4.1.2//EN"> -->
-<!-- $Id: installation.xml,v 1.121 2006/06/07 23:20:27 vladd%bugzilla.org Exp $ -->
+<!-- $Id: installation.xml,v 1.122 2006/07/11 00:42:58 lpsolit%gmail.com Exp $ -->
<chapter id="installing-bugzilla">
<title>Installing Bugzilla</title>
@@ -1379,6 +1379,15 @@ c:\perl\bin\perl.exe -xc:\bugzilla -wT "%s" %s
<para>Ex. <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
+ protocols, such as LDAPS or LDAPI. If port was not specified in
+ 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>
+ </para>
</listitem>
</varlistentry>