diff options
author | lpsolit%gmail.com <> | 2007-08-03 21:58:40 +0200 |
---|---|---|
committer | lpsolit%gmail.com <> | 2007-08-03 21:58:40 +0200 |
commit | 3ee9b0a296890ace3e960b6f6ae463a0f45da980 (patch) | |
tree | dc7572515a4de3b85b9eda2a32882bd12084cbbd /docs | |
parent | b75f7480125a1b7612472e805541c42076a0de6f (diff) | |
download | bugzilla-3ee9b0a296890ace3e960b6f6ae463a0f45da980.tar.gz bugzilla-3ee9b0a296890ace3e960b6f6ae463a0f45da980.tar.xz |
Documentation cannot compile correctly as two IDs have the same name (regression due to bug 380187)
Diffstat (limited to 'docs')
-rw-r--r-- | docs/xml/installation.xml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/xml/installation.xml b/docs/xml/installation.xml index 337c1b431..3a31f2a8c 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.140 2007/08/02 22:38:43 wurblzap%gmail.com Exp $ --> +<!-- $Id: installation.xml,v 1.141 2007/08/03 14:58:40 lpsolit%gmail.com Exp $ --> <chapter id="installing-bugzilla"> <title>Installing Bugzilla</title> @@ -1525,7 +1525,7 @@ c:\perl\bin\perl.exe -xc:\bugzilla -wT "%s" %s <para>Parameters required to use RADIUS Authentication:</para> <variablelist> - <varlistentry id="param-user_verify_class"> + <varlistentry id="param-user_verify_class_for_radius"> <term>user_verify_class</term> <listitem> <para>If you want to list <quote>RADIUS</quote> here, @@ -1623,7 +1623,7 @@ c:\perl\bin\perl.exe -xc:\bugzilla -wT "%s" %s <para>Parameters required to use LDAP Authentication:</para> <variablelist> - <varlistentry id="param-user_verify_class"> + <varlistentry id="param-user_verify_class_for_ldap"> <term>user_verify_class</term> <listitem> <para>If you want to list <quote>LDAP</quote> here, |