Fix basic auth on SME9

sme9
Daniel Berteaud 11 years ago
parent 9dbd10f2dd
commit 57b0df05af
  1. 1
      root/etc/e-smith/templates/etc/httpd/conf/httpd.conf/98LimeSurvey

@ -6,6 +6,7 @@ my $alias = (($limesurvey{'AliasOnPrimary'} || 'enabled') ne 'enabled') ?
'':'Alias /limesurvey /usr/share/limesurvey';
my $auth = (($limesurvey{'Authentication'} || 'http') eq 'http') ? "AuthName \"LimeSurvey\"\n" .
" AuthType Basic\n" .
" AuthBasicProvider external\n" .
" AuthExternal pwauth\n" .
" Require valid-user\n" : '';

Loading…
Cancel
Save