Compare commits

...

2 Commits
master ... sme9

Author SHA1 Message Date
Daniel Berteaud 6f1b0be697 Spec file update 2014-04-23 09:29:12 +02:00
Daniel Berteaud 57b0df05af Fix basic auth on SME9 2014-04-23 09:28:23 +02:00
2 changed files with 7 additions and 1 deletions

View File

@ -6,6 +6,7 @@ my $alias = (($limesurvey{'AliasOnPrimary'} || 'enabled') ne 'enabled') ?
'':'Alias /limesurvey /usr/share/limesurvey';
my $auth = (($limesurvey{'Authentication'} || 'http') eq 'http') ? "AuthName \"LimeSurvey\"\n" .
" AuthType Basic\n" .
" AuthBasicProvider external\n" .
" AuthExternal pwauth\n" .
" Require valid-user\n" : '';

View File

@ -1,10 +1,11 @@
%define name smeserver-limesurvey
%define version 0.1.2
%define version 0.1.3
%define release 1
Summary: SME server integration of limesurvey
Name: %{name}
Version: %{version}
Release: %{release}%{?dist}
Epoch: 9
License: GNU GPL version 2
URL: http://www.limesurvey.org
Group: SMEserver/addon
@ -22,6 +23,10 @@ AutoReqProv: no
Integration of LimeSurvey on SME Server
%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
* Fri Dec 20 2013 Daniel Berteaud <daniel@firewall-services.com> 0.1.2-1.sme
- Adapt auth for LimeSurvey 2.05 (plugin based)