diff roundup/configuration.py @ 3358:f6ecda229195 maint-0.8

merge from HEAD
author Richard Jones <richard@users.sourceforge.net>
date Fri, 24 Jun 2005 05:28:24 +0000
parents e1da7b5b04ab
children
line wrap: on
line diff
--- a/roundup/configuration.py	Wed Jun 22 07:24:20 2005 +0000
+++ b/roundup/configuration.py	Fri Jun 24 05:28:24 2005 +0000
@@ -1,6 +1,6 @@
 # Roundup Issue Tracker configuration support
 #
-# $Id: configuration.py,v 1.23.2.2 2005-02-14 02:55:30 richard Exp $
+# $Id: configuration.py,v 1.23.2.3 2005-06-24 05:28:24 richard Exp $
 #
 __docformat__ = "restructuredtext"
 
@@ -467,6 +467,14 @@
             "by OS environment variable LANGUAGE, LC_ALL, LC_MESSAGES,\n"
             "or LANG, in that order of preference."),
     )),
+    ("web", (
+        (Option, 'http_auth', "yes",
+            "Whether to use HTTP Basic Authentication, if present.\n"
+            "Roundup will use either the REMOTE_USER or HTTP_AUTHORIZATION\n"
+            "variables supplied by your web server (in that order).\n"
+            "Set this option to 'no' if you do not wish to use HTTP Basic\n"
+            "Authentication in your web interface."),
+    )),
     ("rdbms", (
         (Option, 'name', 'roundup',
             "Name of the database to use.",

Roundup Issue Tracker: http://roundup-tracker.org/