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 --- doc/ikiwiki.setup | 2 ++ 1 file changed, 2 insertions(+) (limited to 'doc') diff --git a/doc/ikiwiki.setup b/doc/ikiwiki.setup index a9d9414c0..18c413e6f 100644 --- a/doc/ikiwiki.setup +++ b/doc/ikiwiki.setup @@ -86,6 +86,8 @@ use IkiWiki::Setup::Standard { #locale => 'en_US.UTF-8', # Only send cookies over SSL connections. #sslcookie => 1, + # Use HTTP Authentication instead of Ikiwiki's. + #httpauth => 1, # Logging settings: verbose => 0, syslog => 0, -- cgit v1.2.3