diff --git a/root/etc/e-smith/templates/etc/httpd/conf/httpd.conf/98Dl b/root/etc/e-smith/templates/etc/httpd/conf/httpd.conf/98Dl index 27846ae..dd41194 100644 --- a/root/etc/e-smith/templates/etc/httpd/conf/httpd.conf/98Dl +++ b/root/etc/e-smith/templates/etc/httpd/conf/httpd.conf/98Dl @@ -1,12 +1,11 @@ { my $access = $dl{'access'} || 'private'; my $allow = ($access eq 'public')?'all':"$localAccess $externalSSLAccess"; -my $auth = $dl{'Authentication'} || 'http'; +my $authtype = $dl{'Authentication'} || 'http'; my $alias = (($dl{'AliasOnPrimary'} || 'enabled') eq 'enabled') ? 'Alias /dl /usr/share/dl' : ''; -my $authuser = ''; -my $authadmin = ''; -if ($auth eq 'http'){ +my $auth = ''; +if ($authtype eq 'http'){ $auth =<<'EOF'; SSLRequireSSL on