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