From 18cb44a9e0bb6c426e6efd79f56a95d60ced31c0 Mon Sep 17 00:00:00 2001 From: Daniel Berteaud Date: Wed, 6 Nov 2013 11:17:57 +0100 Subject: [PATCH] Fix httpd template --- root/etc/e-smith/templates/etc/httpd/conf/httpd.conf/98OpenSondage | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 9680d20..2f25c59 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 @@ -1,14 +1,14 @@ { my $access = $opensondage{'access'} || 'private'; my $allow = ($access eq 'public')?'all':"$localAccess $externalSSLAccess"; -my $auth = $opensondage{'Authentication'}' || 'http'; +my $auth = $opensondage{'Authentication'} || 'http'; my $alias = (($opensondage{'AliasOnPrimary'} || 'enabled') eq 'enabled') ? 'Alias /opensondage /usr/share/opensondage' : ''; my $authuser = ''; my $authadmin = ''; if ($auth eq 'http'){ $authuser =<<'EOF'; - + SSLRequireSSL on AuthName "OpenSondage" AuthType Basic