Fix basic auth on SME9

tags/0.2.10_el6 0.2.10_el6
Daniel Berteaud 10 years ago
parent 8db2ec196c
commit f75ef41d68
  1. 1
      root/etc/e-smith/templates/etc/httpd/conf/httpd.conf/98Pydio

@ -7,6 +7,7 @@ if (($pydio{'status'} || 'disabled') eq 'enabled'){
my $allow = (($pydio{'access'} || 'private') eq 'public') ? 'all':"$localAccess $externalSSLAccess";
my $auth = (($pydio{'Authentication'} || 'http') eq 'http') ? "AuthName \"Pydio\"\n" .
" AuthType Basic\n" .
" AuthBasicProvider external\n" .
" AuthExternal pwauth\n" .
" Require valid-user\n" : '';
my $maxsize = $pydio{'MaxUploadSize'} || '200M';

Loading…
Cancel
Save