]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Bug 335633: Docs still refer to "loginmethod"
authormozilla%colinogilvie.co.uk <>
Sun, 30 Apr 2006 19:55:24 +0000 (19:55 +0000)
committermozilla%colinogilvie.co.uk <>
Sun, 30 Apr 2006 19:55:24 +0000 (19:55 +0000)
Patch by victory(_RSZ_) <bmo@rsz.jp>; r=me

docs/xml/installation.xml

index fd3f2a07009ea6c823ceffb476988538c7464746..347305f41cb266f6561e2dc65bb67b75fa35c894 100644 (file)
@@ -1,5 +1,5 @@
 <!-- <!DOCTYPE chapter PUBLIC "-//OASIS//DTD DocBook XML V4.1.2//EN"> -->
-<!-- $Id: installation.xml,v 1.98.2.16 2006/03/03 22:23:49 jocuri%softhome.net Exp $ -->
+<!-- $Id: installation.xml,v 1.98.2.17 2006/04/30 12:55:24 mozilla%colinogilvie.co.uk Exp $ -->
 <chapter id="installing-bugzilla">
   <title>Installing Bugzilla</title>
 
@@ -1398,12 +1398,12 @@ c:\perl\bin\perl.exe -xc:\bugzilla -wT "%s" %s
         201069</ulink>.
         </para>
       </caution>
-      
+
       <para>Parameters required to use LDAP Authentication:</para>
 
       <variablelist>
-        <varlistentry id="param-loginmethod">
-          <term>loginmethod</term>
+        <varlistentry id="param-user_verify_class">
+          <term>user_verify_class</term>
           <listitem>
             <para>This parameter should be set to <quote>LDAP</quote>
             <emphasis>only</emphasis> if you will be using an LDAP directory
@@ -1411,7 +1411,7 @@ c:\perl\bin\perl.exe -xc:\bugzilla -wT "%s" %s
             fail to set up the other parameters listed below you will not be
             able to log back in to Bugzilla one you log out. If this happens
             to you, you will need to manually edit
-            <filename>data/params</filename> and set loginmethod to
+            <filename>data/params</filename> and set user_verify_class to
             <quote>DB</quote>.
             </para>
           </listitem>