Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
bugzilla
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
etersoft
bugzilla
Commits
161d605a
Commit
161d605a
authored
Apr 04, 2008
by
wurblzap%gmail.com
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Bug 380187 â Bugzilla should support RADIUS authentication.
Patch by Marc Schumann <wurblzap@gmail.com>; r=mkanat, a=mkanat
parent
2e8e7259
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
80 additions
and
7 deletions
+80
-7
installation.xml
docs/en/xml/installation.xml
+80
-7
No files found.
docs/en/xml/installation.xml
View file @
161d605a
<!-- <!DOCTYPE chapter PUBLIC "-//OASIS//DTD DocBook XML V4.1.2//EN"> -->
<!-- $Id: installation.xml,v 1.1
39 2008/04/04 06:48:09 timeless%mozdev.org
Exp $ -->
<!-- $Id: installation.xml,v 1.1
40 2008/04/04 06:48:10 wurblzap%gmail.com
Exp $ -->
<chapter
id=
"installing-bugzilla"
>
<title>
Installing Bugzilla
</title>
...
...
@@ -420,6 +420,13 @@
<listitem>
<para>
Authen::Radius
(
&min-authen-radius-ver;
) for RADIUS Authentication
</para>
</listitem>
<listitem>
<para>
<link
linkend=
"install-modules-soap-lite"
>
SOAP::Lite
</link>
(
&min-soap-lite-ver;
) for the web service interface
</para>
...
...
@@ -1506,6 +1513,72 @@ c:\perl\bin\perl.exe -xc:\bugzilla -wT "%s" %s
</section>
<section
id=
"bzradius"
>
<title>
RADIUS Authentication
</title>
<para>
RADIUS authentication is a module for Bugzilla's plugin
authentication architecture.
Most caveats that apply to LDAP authentication apply to RADIUS
authentication as well.
</para>
<para>
Parameters required to use RADIUS Authentication:
</para>
<variablelist>
<varlistentry
id=
"param-user_verify_class"
>
<term>
user_verify_class
</term>
<listitem>
<para>
If you want to list
<quote>
RADIUS
</quote>
here,
make sure to have set up the other parameters listed below.
Unless you have other (working) authentication methods listed as
well, you may otherwise not be able to log back in to Bugzilla once
you log out.
If this happens to you, you will need to manually edit
<filename>
data/params
</filename>
and set user_verify_class to
<quote>
DB
</quote>
.
</para>
</listitem>
</varlistentry>
<varlistentry
id=
"param-RADIUS_server"
>
<term>
RADIUS_server
</term>
<listitem>
<para>
This parameter should be set to the name (and optionally the
port) of your RADIUS server.
</para>
</listitem>
</varlistentry>
<varlistentry
id=
"param-RADIUS_secret"
>
<term>
RADIUS_secret
</term>
<listitem>
<para>
This parameter should be set to the RADIUS server's secret.
</para>
</listitem>
</varlistentry>
<varlistentry
id=
"param-RADIUS_email_suffix"
>
<term>
RADIUS_email_suffix
</term>
<listitem>
<para>
Bugzilla needs an e-mail address for each user account.
Therefore, it needs to determine the e-mail address corresponding
to a RADIUS user.
Bugzilla offers only a simple way to do this: it can concatenate
a suffix to the RADIUS user name to convert it into an e-mail
address.
You can specify this suffix in the RADIUS_email_suffix parameter.
</para>
<para>
If this simple solution does not work for you, you'll
probably need to modify
<filename>
Bugzilla/Auth/Verify/RADIUS.pm
</filename>
to match your
requirements.
</para>
</listitem>
</varlistentry>
</variablelist>
</section>
<section
id=
"bzldap"
>
<title>
LDAP Authentication
</title>
...
...
@@ -1553,12 +1626,12 @@ c:\perl\bin\perl.exe -xc:\bugzilla -wT "%s" %s
<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
for authentication. If you set this param to
<quote>
LDAP
</quote>
but
fail to set up the other parameters listed below you will not b
e
able to log back in to Bugzilla one you log out. If this happens
to you, you will need to manually edit
<para>
If you want to list
<quote>
LDAP
</quote>
here,
make sure to have set up the other parameters listed below.
Unless you have other (working) authentication methods listed as
well, you may otherwise not be able to log back in to Bugzilla onc
e
you log out.
If this happens
to you, you will need to manually edit
<filename>
data/params
</filename>
and set user_verify_class to
<quote>
DB
</quote>
.
</para>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment