From 6a58d3ebb9fc536ba8c16a374787077f21b94c89 Mon Sep 17 00:00:00 2001 From: "wurblzap%gmail.com" <> Date: Fri, 3 Aug 2007 03:38:37 +0000 Subject: Bug 380187 – Bugzilla should support RADIUS authentication. Patch by Marc Schumann ; r=mkanat, a=mkanat MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- template/en/default/admin/params/auth.html.tmpl | 22 +++++++-- template/en/default/admin/params/common.html.tmpl | 54 +++++++++++++++++++++ .../en/default/admin/params/editparams.html.tmpl | 1 + template/en/default/admin/params/radius.html.tmpl | 55 ++++++++++++++++++++++ template/en/default/filterexceptions.pl | 4 ++ template/en/default/global/code-error.html.tmpl | 3 ++ 6 files changed, 134 insertions(+), 5 deletions(-) create mode 100755 template/en/default/admin/params/radius.html.tmpl (limited to 'template') diff --git a/template/en/default/admin/params/auth.html.tmpl b/template/en/default/admin/params/auth.html.tmpl index 040190699..2e52426bf 100644 --- a/template/en/default/admin/params/auth.html.tmpl +++ b/template/en/default/admin/params/auth.html.tmpl @@ -18,6 +18,7 @@ # # Contributor(s): Dave Miller # Frédéric Buclin + # Marc Schumann #%] [% title = "User Authentication" @@ -67,12 +68,23 @@ ${terms.Bugzilla}'s built-in authentication. This is the most common choice. +
RADIUS
+
+ RADIUS authentication using a RADIUS server. + This method is experimental; please see the + $terms.Bugzilla documentation for more information. + Using this method requires + additional + parameters to be set. +
LDAP
- LDAP authentication using an LDAP server. This method is - experimental; please see the $terms.Bugzilla documentation for more - information. Using this method requires additional parameters - to be set above. + LDAP authentication using an LDAP server. + This method is experimental; please see the + $terms.Bugzilla documentation for more information. + Using this method requires + additional + parameters to be set.
", @@ -121,4 +133,4 @@ "to be created. If this parameter is left blank, no users " _ "will be permitted to create their own accounts and all accounts " _ "will have to be created by an administrator." } -%] \ No newline at end of file +%] diff --git a/template/en/default/admin/params/common.html.tmpl b/template/en/default/admin/params/common.html.tmpl index 34cd1d39c..4e2b8f821 100644 --- a/template/en/default/admin/params/common.html.tmpl +++ b/template/en/default/admin/params/common.html.tmpl @@ -17,11 +17,14 @@ # Rights Reserved. # # Contributor(s): Frédéric Buclin + # Marc Schumann #%] [%# INTERFACE: # panel: hash representing the current panel. #%] +[% sortlist_separator = '---' %] +
[% FOREACH param = panel.param_list %]
[% param.name FILTER html %]
@@ -53,6 +56,57 @@ [% END %] + [% ELSIF param.type == "o" %] + +
+ + [% boxSize = 7 %] + [% boxSize = 3 + param.choices.size IF param.choices.size < 7 %] + [% plist = Param(param.name).split(',') %] + + [% ELSIF param.type == "s" %]