From 67b513e8c46b0be038133122a37e7fae385f69fc Mon Sep 17 00:00:00 2001 From: joey Date: Mon, 2 Oct 2006 22:56:09 +0000 Subject: * Patch from Alec Berryman adding a http_auth config item that allows using HTTP Authentication instead of ikiwiki's built in authentication. Useful for eg, large sites with their own previously existing user auth setup. Closes: #384534 --- IkiWiki.pm | 1 + 1 file changed, 1 insertion(+) (limited to 'IkiWiki.pm') diff --git a/IkiWiki.pm b/IkiWiki.pm index 1a00f2dbd..5c62c7f9b 100644 --- a/IkiWiki.pm +++ b/IkiWiki.pm @@ -62,6 +62,7 @@ sub defaultconfig () { #{{{ timeformat => '%c', locale => undef, sslcookie => 0, + httpauth => 0, } #}}} sub checkconfig () { #{{{ -- cgit v1.2.3