diff options
author | lpsolit%gmail.com <> | 2008-04-04 13:47:52 +0200 |
---|---|---|
committer | lpsolit%gmail.com <> | 2008-04-04 13:47:52 +0200 |
commit | fa29593ce23c7092ca65f359470140665735b14d (patch) | |
tree | 6bdd17841737bbb3e98ad0e73b3ce4923f4a47ad | |
parent | 42178c098b3b5fc9d2a55d0b7748aae44c195a85 (diff) | |
download | bugzilla-fa29593ce23c7092ca65f359470140665735b14d.tar.gz bugzilla-fa29593ce23c7092ca65f359470140665735b14d.tar.xz |
Bug 339731: [LDAP] URI-parsing code duplicated with Net::LDAP - Patch by guillomovitch@zarb.org r=mkanat a=justdave
-rw-r--r-- | docs/en/xml/installation.xml | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/docs/en/xml/installation.xml b/docs/en/xml/installation.xml index dda7dff3f..c1f7cb7aa 100644 --- a/docs/en/xml/installation.xml +++ b/docs/en/xml/installation.xml @@ -1,5 +1,5 @@ <!-- <!DOCTYPE chapter PUBLIC "-//OASIS//DTD DocBook XML V4.1.2//EN"> --> -<!-- $Id: installation.xml,v 1.121 2008/04/04 06:47:51 vladd%bugzilla.org Exp $ --> +<!-- $Id: installation.xml,v 1.122 2008/04/04 06:47:52 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> |