Fix basic auth on SME9

This commit is contained in:
Daniel Berteaud 2014-04-23 09:28:23 +02:00
parent 9dbd10f2dd
commit 57b0df05af
1 changed files with 1 additions and 0 deletions

View File

@ -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" : '';