From 4fce61173d6b6fa18ab7bf237c8107fdb8c1719a Mon Sep 17 00:00:00 2001 From: Daniel Berteaud Date: Wed, 23 Apr 2014 09:30:23 +0200 Subject: [PATCH] Fix basic auth on SME9 --- root/etc/e-smith/templates/etc/httpd/conf/httpd.conf/98OpenSondage | 1 + 1 file changed, 1 insertion(+) diff --git a/root/etc/e-smith/templates/etc/httpd/conf/httpd.conf/98OpenSondage b/root/etc/e-smith/templates/etc/httpd/conf/httpd.conf/98OpenSondage index 2f25c59..5204205 100644 --- a/root/etc/e-smith/templates/etc/httpd/conf/httpd.conf/98OpenSondage +++ b/root/etc/e-smith/templates/etc/httpd/conf/httpd.conf/98OpenSondage @@ -12,6 +12,7 @@ if ($auth eq 'http'){ SSLRequireSSL on AuthName "OpenSondage" AuthType Basic + AuthBasicProvider external AuthExternal pwauth Require valid-user