diff --git a/root/etc/e-smith/templates/etc/httpd/conf/httpd.conf/98Dl b/root/etc/e-smith/templates/etc/httpd/conf/httpd.conf/98Dl index 0a13c01..de2e3dd 100644 --- a/root/etc/e-smith/templates/etc/httpd/conf/httpd.conf/98Dl +++ b/root/etc/e-smith/templates/etc/httpd/conf/httpd.conf/98Dl @@ -15,6 +15,7 @@ if ($authtype eq 'http'){ SSLRequireSSL on AuthName "dl" AuthType Basic + AuthBasicProvider external AuthExternal pwauth Require valid-user diff --git a/smeserver-dl.spec b/smeserver-dl.spec index 7b5d873..7097d5c 100644 --- a/smeserver-dl.spec +++ b/smeserver-dl.spec @@ -1,10 +1,11 @@ %define name smeserver-dl -%define version 0.1.3 +%define version 0.1.4 %define release 1 Summary: sme server integration of dl Name: %{name} Version: %{version} Release: %{release}%{?dist} +Epoch: 9 License: GNU GPL version 2 URL: http://www.thregr.org/~wavexx/software/dl/ Group: SMEserver/addon @@ -21,9 +22,12 @@ Requires: smeserver-webapps-common smserver integration of dl %changelog -* Tue May 31 2016 Daniel Berteaud 0.1.3-1.sme +* Tue May 31 2016 Daniel Berteaud 0.1.4-1.sme - Fix cron job output [SME: 9116] +* Wed Apr 23 2014 Daniel Berteaud 0.1.3-1.sme +- Fix basic auth on SME9 + * Tue Feb 4 2014 Daniel Berteaud 0.1.2-1.sme - Grant admin privileges to the admin user