Skip to content

Commit 8b6fae1

Browse files
author
Alexander Smishlajev
committed
web_http_auth is boolean value
1 parent 2286424 commit 8b6fae1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

roundup/configuration.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Roundup Issue Tracker configuration support
22
#
3-
# $Id: configuration.py,v 1.29 2005-12-03 11:21:17 a1s Exp $
3+
# $Id: configuration.py,v 1.30 2006-01-09 09:11:43 a1s Exp $
44
#
55
__docformat__ = "restructuredtext"
66

@@ -468,7 +468,7 @@ class NullableFilePathOption(NullableOption, FilePathOption):
468468
"or LANG, in that order of preference."),
469469
)),
470470
("web", (
471-
(Option, 'http_auth', "yes",
471+
(BooleanOption, 'http_auth', "yes",
472472
"Whether to use HTTP Basic Authentication, if present.\n"
473473
"Roundup will use either the REMOTE_USER or HTTP_AUTHORIZATION\n"
474474
"variables supplied by your web server (in that order).\n"

0 commit comments

Comments
 (0)