Commit Graph

8239 Commits

Author SHA1 Message Date
Christophe Maudoux
ed039d9cbb Merge branch 'v2.0' 2019-02-04 12:21:29 +01:00
Christophe Maudoux
7ce7db37af Rename unit test (#1629) 2019-02-04 12:17:10 +01:00
Christophe Maudoux
d14f0ff384 Improve RexEp (#1629) 2019-02-04 12:14:31 +01:00
Xavier Guimard
18a7d12321 Accept old gpg syntax (Closes: #1569) 2019-02-03 23:10:36 +01:00
Xavier Guimard
2a7171381b Accept old gpg syntax (Closes: #1569) 2019-02-03 23:10:12 +01:00
Xavier Guimard
c0016bcd76 Merge branch 'v2.0' 2019-02-03 22:56:28 +01:00
Xavier Guimard
c5a3687040 Merge remote-tracking branch 'max/fix-redir' into v2.0 2019-02-03 22:48:43 +01:00
Christophe Maudoux
46ee638908 Merge branch 'v2.0' 2019-02-03 22:11:19 +01:00
Christophe Maudoux
e41be10a23 Improve RegExp (#1629) 2019-02-03 21:48:49 +01:00
Maxime Besson
1cd0a069b6 Fix unit tests 2019-02-03 20:12:53 +01:00
Maxime Besson
e028088f88 Add the ability to detect HTTPS from web server env
This commit adds a new "Default" option for the global HTTPS setting. In
this mode, the handler will refer to the HTTPS env variable to know if it's
being accessed over HTTPS or not. An administrator is of course still
free to force HTTPS by setting it either globally or per-VHost
2019-02-03 20:12:53 +01:00
Christophe Maudoux
fcac69fe7a Merge branch 'v2.0' of gitlab.ow2.org:lemonldap-ng/lemonldap-ng into v2.0 2019-02-03 20:05:40 +01:00
Christophe Maudoux
153084118f Fix SSL/Kerberos Auth with Choice & Improve unit tests (#1636) 2019-02-03 20:05:28 +01:00
Christophe Maudoux
d70d7e11a9 Fix warning mgs 2019-02-03 20:05:14 +01:00
Maxime Besson
f35a7c305a Add Mail second factor plugin 2019-02-03 14:46:40 +01:00
Clément OUDOT
622df5b5df Merge branch 'feature-mail2f' into 'master'
Add Mail second factor plugin

See merge request lemonldap-ng/lemonldap-ng!55
2019-02-03 14:43:44 +01:00
Maxime Besson
faa748f68f Add Mail second factor plugin 2019-02-03 14:43:44 +01:00
Maxime Besson
01724a95d0 Use specified port when testing SMTP conf
When saving the configuration in the manager, the SMTP test would fail
if your SMTP server is not on the standard port 25

The test now takes the port into account
2019-02-03 14:32:55 +01:00
Clément OUDOT
af09943a7f Merge branch 'quickfix-smtp-port-conf-save' into 'master'
Use specified port when testing SMTP conf

See merge request lemonldap-ng/lemonldap-ng!52
2019-02-03 14:31:35 +01:00
Clément OUDOT
6f2f263c9f Merge branch 'el7' into 'v2.0'
Improve RPM Requires: filtering

See merge request lemonldap-ng/lemonldap-ng!54

(cherry picked from commit bc100d059e)

c305da5c Split Fedora requires filtering from EL filtering
35919e8d Sentry::Raven is available for Fedora
36985b50 Net::OpenID::Server is available in Fedora
bf8de0a7 Don't filter Requires on XML::LibXSLT
c88b9cf3 Don't filter Requires on XML::LibXML
8a6e4d61 Web::ID is available in Fedora
aee9ee3f Lasso is available in Fedora 29+
eb4c7357 Fix Lasso Requires filtering
afc7c8e2 Use macro to define httpd log dir
d5827c6f Net::OpenID::Server is available in EPEL7
bb9e0ef8 Drop EL6 support, perl in EL6 is too old for the code base anyway
bda04bf5 XML::LibXSLT is already BR:'ed, no need to filter the corresponding Requires:
056ff5ba XML::LibXML is available for EL7
7fadd39c Fix Lasso Requires filtering (EL7)
5abb193c Fix Version:, 2.0.2 has not been tagged yet
023cfb1d Fix %preun to not erroneously wipe httpd conf files
2019-02-03 14:14:48 +01:00
Clément OUDOT
bc100d059e Merge branch 'el7' into 'v2.0'
Improve RPM Requires: filtering

See merge request lemonldap-ng/lemonldap-ng!54
2019-02-03 14:12:34 +01:00
Xavier Bachelot
023cfb1de6 Fix %preun to not erroneously wipe httpd conf files 2019-02-03 13:07:25 +01:00
Christophe Maudoux
3021e998a7 Fix SSL/Kerberos Auth with Choice (#1636) 2019-02-03 00:17:53 +01:00
Christophe Maudoux
a084ba3c84 Improve unit tests (#1605) 2019-02-02 22:23:56 +01:00
Christophe Maudoux
9987d28ac3 Fix SSL/Kerberos Auth with Choice & Improve unit tests (#1636) 2019-02-02 21:31:37 +01:00
Christophe Maudoux
dba550b6a9 Fix SSL/Kerberos Auth with Choice (#1636) 2019-02-02 19:06:18 +01:00
Christophe Maudoux
7fb6923fda Delete unused constant 2019-02-02 19:04:59 +01:00
Christophe Maudoux
f648bddcc6 Improve code (#1636) 2019-02-02 17:34:44 +01:00
Clément OUDOT
bdfc905a59 Use make json to rebuild Manager files (#1601) 2019-02-02 15:55:55 +01:00
Clément OUDOT
125ca51998 Add translation (#1601) 2019-02-02 15:54:30 +01:00
Clément OUDOT
14c8e125a6 Add option in Manager Build modules (#1601) 2019-02-02 15:54:30 +01:00
Clément OUDOT
ed7eeeba88 Use an option to decode group searched value (#1601) 2019-02-02 15:54:30 +01:00
Christophe Maudoux
08647bb96a Improve unit test (#1636) 2019-02-02 15:34:24 +01:00
Clément OUDOT
84e23070a5 Add translation (#1601) 2019-02-02 11:04:10 +01:00
Clément OUDOT
7e09f3738b Add option in Manager Build modules (#1601) 2019-02-02 10:57:21 +01:00
Clément OUDOT
0fc2e92136 Use an option to decode group searched value (#1601) 2019-02-02 10:48:55 +01:00
Christophe Maudoux
e7a9bd0652 Merge branch 'v2.0' of gitlab.ow2.org:lemonldap-ng/lemonldap-ng into v2.0 2019-02-02 00:00:53 +01:00
Christophe Maudoux
832d7d87c8 Fix AuthSSL with Choice (#1636) 2019-02-01 23:54:20 +01:00
Christophe Maudoux
30200f130d Fix AuthSSL with Choice (#1636) 2019-02-01 23:41:58 +01:00
Christophe Maudoux
f33697de06 Fix default value display 2019-02-01 19:55:10 +01:00
Christophe Maudoux
0110634473 Fix LUA (#1630) 2019-02-01 19:30:48 +01:00
Xavier Guimard
22a54210dd Merge branch 'fix-plaintext-email' into 'master'
Fix plaintext email

See merge request lemonldap-ng/lemonldap-ng!53
2019-02-01 15:37:00 +01:00
Xavier Bachelot
5abb193c9f Fix Version:, 2.0.2 has not been tagged yet 2019-02-01 14:17:22 +01:00
Xavier Bachelot
7fadd39cdf Fix Lasso Requires filtering (EL7) 2019-02-01 14:17:22 +01:00
Xavier Bachelot
056ff5ba0e XML::LibXML is available for EL7 2019-02-01 14:17:22 +01:00
Xavier Bachelot
bda04bf582 XML::LibXSLT is already BR:'ed, no need to filter the corresponding Requires: 2019-02-01 14:17:22 +01:00
Xavier Bachelot
bb9e0ef879 Drop EL6 support, perl in EL6 is too old for the code base anyway 2019-02-01 14:17:22 +01:00
Xavier Bachelot
d5827c6fb7 Net::OpenID::Server is available in EPEL7 2019-02-01 14:17:22 +01:00
Xavier Bachelot
afc7c8e239 Use macro to define httpd log dir 2019-02-01 14:17:22 +01:00
Xavier Bachelot
eb4c7357dc Fix Lasso Requires filtering 2019-02-01 14:17:22 +01:00