Fix basic auth on SME9

This commit is contained in:
Daniel Berteaud 2014-04-23 09:13:27 +02:00
parent cbe6f3fdf2
commit 7d02690e47
1 changed files with 1 additions and 0 deletions

View File

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