Compare commits

...

2 Commits
master ... sme9

Author SHA1 Message Date
Daniel Berteaud
b20ebb9ad7 Spec file update 2014-04-23 09:31:23 +02:00
Daniel Berteaud
4fce61173d Fix basic auth on SME9 2014-04-23 09:30:23 +02:00
2 changed files with 7 additions and 1 deletions

View File

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

View File

@ -1,10 +1,11 @@
%define name smeserver-opensondage %define name smeserver-opensondage
%define version 0.1.2 %define version 0.1.3
%define release 1 %define release 1
Summary: sme server integration of opensondage Summary: sme server integration of opensondage
Name: %{name} Name: %{name}
Version: %{version} Version: %{version}
Release: %{release}%{?dist} Release: %{release}%{?dist}
Epoch: 9
License: GNU GPL version 2 License: GNU GPL version 2
URL: https://github.com/leblanc-simon/OpenSondage URL: https://github.com/leblanc-simon/OpenSondage
Group: SMEserver/addon Group: SMEserver/addon
@ -24,6 +25,10 @@ OpenSondage is a tool for making polls to schedule meetings or events,
quickly and easily. quickly and easily.
%changelog %changelog
* Wed Apr 23 2014 Daniel Berteaud <daniel@firewall-services.com> 0.1.3-1.sme
- New branch for SME9
- Fix basic auth on SME9
* Tue Nov 19 2013 Daniel Berteaud <daniel@firewall-services.com> 0.1.2-1.sme * Tue Nov 19 2013 Daniel Berteaud <daniel@firewall-services.com> 0.1.2-1.sme
- Use a DB entry to get the URI - Use a DB entry to get the URI