Fix basic auth on SME9

tags/0.1.3_el6 0.1.3_el6
Daniel Berteaud 10 years ago
parent f1824c1c90
commit 4fce61173d
  1. 1
      root/etc/e-smith/templates/etc/httpd/conf/httpd.conf/98OpenSondage

@ -12,6 +12,7 @@ if ($auth eq 'http'){
SSLRequireSSL on
AuthName "OpenSondage"
AuthType Basic
AuthBasicProvider external
AuthExternal pwauth
Require valid-user
</FilesMatch>

Loading…
Cancel
Save