summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authormozilla%colinogilvie.co.uk <>2006-04-30 21:56:03 +0200
committermozilla%colinogilvie.co.uk <>2006-04-30 21:56:03 +0200
commit42b3e757dd2e1eba5cdfa9a6900a68d30b58ddef (patch)
treeb6cf4c5569d21f9ccc2b3d34b43db8f672097465 /docs
parentc5f0361511f2e326f8c3764fbde5cb620928917b (diff)
downloadbugzilla-42b3e757dd2e1eba5cdfa9a6900a68d30b58ddef.tar.gz
bugzilla-42b3e757dd2e1eba5cdfa9a6900a68d30b58ddef.tar.xz
Bug 335633: Docs still refer to "loginmethod"
Patch by victory(_RSZ_) <bmo@rsz.jp>; r=me
Diffstat (limited to 'docs')
-rw-r--r--docs/xml/installation.xml10
1 files changed, 5 insertions, 5 deletions
diff --git a/docs/xml/installation.xml b/docs/xml/installation.xml
index 40b437b8e..c67b27c3f 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.116 2006/03/03 22:22:56 jocuri%softhome.net Exp $ -->
+<!-- $Id: installation.xml,v 1.117 2006/04/30 12:56:03 mozilla%colinogilvie.co.uk Exp $ -->
<chapter id="installing-bugzilla">
<title>Installing Bugzilla</title>
@@ -1400,12 +1400,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
@@ -1413,7 +1413,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>