|
|
@ -4,7 +4,7 @@ |
|
|
|
Summary: LemonLDAP NG is a web SSO solution |
|
|
|
Summary: LemonLDAP NG is a web SSO solution |
|
|
|
%define name smeserver-lemonldap-ng |
|
|
|
%define name smeserver-lemonldap-ng |
|
|
|
Name: %{name} |
|
|
|
Name: %{name} |
|
|
|
%define version 0.2.3 |
|
|
|
%define version 0.2.5 |
|
|
|
%define release 1 |
|
|
|
%define release 1 |
|
|
|
Version: %{version} |
|
|
|
Version: %{version} |
|
|
|
Release: %{release}%{?dist} |
|
|
|
Release: %{release}%{?dist} |
|
|
@ -28,6 +28,12 @@ to run LemonLDAP NG on your SME Server. It uses LDAP as authentication source |
|
|
|
but can also use SSL auth (either optional with a fallback to LDAP, or SSL required) |
|
|
|
but can also use SSL auth (either optional with a fallback to LDAP, or SSL required) |
|
|
|
|
|
|
|
|
|
|
|
%changelog |
|
|
|
%changelog |
|
|
|
|
|
|
|
* Wed Aug 21 2013 Daniel Berteaud <daniel@firewall-services.com> 0.2.5-1.sme |
|
|
|
|
|
|
|
- Move custom icons to the correct directory |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Wed Aug 21 2013 Daniel Berteaud <daniel@firewall-services.com> 0.2.4-1.sme |
|
|
|
|
|
|
|
- Add custom icons for the portal |
|
|
|
|
|
|
|
|
|
|
|
* Tue Sep 4 2012 Daniel Berteaud <daniel@firewall-services.com> 0.2.3-1.sme |
|
|
|
* Tue Sep 4 2012 Daniel Berteaud <daniel@firewall-services.com> 0.2.3-1.sme |
|
|
|
- Use Authentication prop instead of LemonLDAP |
|
|
|
- Use Authentication prop instead of LemonLDAP |
|
|
|
|
|
|
|
|
|
|
@ -90,13 +96,13 @@ but can also use SSL auth (either optional with a fallback to LDAP, or SSL requi |
|
|
|
* Thu Jan 06 2011 Daniel Berteaud <daniel@firewall-services.com> 0.1-8.sme |
|
|
|
* Thu Jan 06 2011 Daniel Berteaud <daniel@firewall-services.com> 0.1-8.sme |
|
|
|
- Fix Soap ressources authentication |
|
|
|
- Fix Soap ressources authentication |
|
|
|
|
|
|
|
|
|
|
|
* Tue Jan 03 2011 Daniel Berteaud <daniel@firewall-services.com> 0.1-7.sme |
|
|
|
* Mon Jan 03 2011 Daniel Berteaud <daniel@firewall-services.com> 0.1-7.sme |
|
|
|
- Run the manager as a perl script (instead of CGI mode) |
|
|
|
- Run the manager as a perl script (instead of CGI mode) |
|
|
|
|
|
|
|
|
|
|
|
* Tue Jan 03 2011 Daniel Berteaud <daniel@firewall-services.com> 0.1-6.sme |
|
|
|
* Mon Jan 03 2011 Daniel Berteaud <daniel@firewall-services.com> 0.1-6.sme |
|
|
|
- Use https links for error pages |
|
|
|
- Use https links for error pages |
|
|
|
|
|
|
|
|
|
|
|
* Tue Dec 30 2010 Daniel Berteaud <daniel@firewall-services.com> 0.1-5.sme |
|
|
|
* Thu Dec 30 2010 Daniel Berteaud <daniel@firewall-services.com> 0.1-5.sme |
|
|
|
- use only alphanumeric characters for soap password |
|
|
|
- use only alphanumeric characters for soap password |
|
|
|
- use htpasswd to hash the password |
|
|
|
- use htpasswd to hash the password |
|
|
|
|
|
|
|
|
|
|
@ -113,7 +119,7 @@ but can also use SSL auth (either optional with a fallback to LDAP, or SSL requi |
|
|
|
* Fri Dec 17 2010 Daniel Berteaud <daniel@firewall-services.com> 0.1-2.sme |
|
|
|
* Fri Dec 17 2010 Daniel Berteaud <daniel@firewall-services.com> 0.1-2.sme |
|
|
|
- Let the manager be self-protected if ManagerAuth eq self |
|
|
|
- Let the manager be self-protected if ManagerAuth eq self |
|
|
|
|
|
|
|
|
|
|
|
* Wed Dec 16 2010 Daniel Berteaud <daniel@firewall-services.com> 0.1-1.sme |
|
|
|
* Thu Dec 16 2010 Daniel Berteaud <daniel@firewall-services.com> 0.1-1.sme |
|
|
|
- initial public release |
|
|
|
- initial public release |
|
|
|
|
|
|
|
|
|
|
|
%prep |
|
|
|
%prep |
|
|
|