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 +++++++++++++++++----- 1 file changed, 17 insertions(+), 5 deletions(-) (limited to 'template/en/default/admin/params/auth.html.tmpl') 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 +%] -- cgit v1.2.3-24-g4f1b