Commit Graph

1179 Commits

Author SHA1 Message Date
Maxime Besson
71b262b23e Add cli command to test SMTP (#2293) 2020-09-16 17:29:49 +02:00
Maxime Besson
c7d878f893 Implement a new config test for #2293 2020-09-16 17:29:49 +02:00
Maxime Besson
933cfd956b Fix old versions of Email::Transport (#2304) 2020-09-16 17:29:49 +02:00
Maxime Besson
1db67d735a Put mail transport code in Common so the manager can use it (#2293,#2304) 2020-09-16 17:27:00 +02:00
Christophe Maudoux
1a73f7ab7f Append rule & fix userData (#2314 & #2315) 2020-09-15 14:13:34 +02:00
Christophe Maudoux
059b2b13f1 Merge branch 'v2.0' into 2266 2020-09-07 18:56:37 +02:00
Clément OUDOT
f835f3d36f Update version in modules 2020-09-06 19:58:58 +02:00
Maxime Besson
c6358d7587 add ldapVerify option to ldap conf backend (#2250) 2020-09-05 12:21:37 +02:00
Maxime Besson
36a1b1c85c implement ldapVerify in notif backend (#2250) 2020-09-05 12:21:37 +02:00
Maxime Besson
4e5578e32f New manager options for ldap certificate validation (#2250) 2020-09-05 12:21:34 +02:00
Xavier Guimard
c8df084247 Update versions 2020-09-04 17:59:00 +02:00
Maxime Besson
4342987306 Override provided _session_type when creating new session 2020-09-04 17:16:11 +02:00
Maxime Besson
c183675651 Add option to skip session upgrade confirmation (#2124) 2020-09-04 17:16:09 +02:00
Maxime Besson
ab356f12fb Add manager option for delayed 2FA (#2124) 2020-09-04 17:15:29 +02:00
Maxime Besson
cb43b27904 Add manager options for authn level in issuer apps (#2124, #1848) 2020-09-04 17:14:04 +02:00
Clément OUDOT
c64c1a46b9 Fix typo in delete method call (#2305) 2020-09-03 09:24:50 +02:00
Christophe Maudoux
2cf9af77d5 Merge branch 'v2.0' into 2266 2020-09-02 18:54:29 +02:00
Clément OUDOT
2ca72e5613 Add del method in CLI (#2303) 2020-09-01 18:14:00 +02:00
Clément OUDOT
d10f6fb167 Add missing option iniFile in CLI help 2020-08-31 22:47:57 +02:00
Clément OUDOT
422f4be2bc Add missing option in CLI help 2020-08-31 22:45:21 +02:00
Christophe Maudoux
05096327c0 Re-order menu & Update langs (#2266) 2020-08-29 22:50:29 +02:00
Christophe Maudoux
0a4812203c Allowed all special chars and rule to disable local password policy (#2266) 2020-08-29 19:08:47 +02:00
Christophe Maudoux
4d52fedfe5 WIP - Incremental tempo 2020-08-25 22:58:47 +02:00
Maxime Besson
d5b47115ee Prettify json on manager conf export (#2292) 2020-08-25 18:27:25 +02:00
Maxime Besson
b67b7ebd05 Pretty-print config by default (#2292) 2020-08-25 15:03:42 +02:00
Maxime Besson
d8c745410c Document prettyPrint config option (#2292) 2020-08-25 15:03:42 +02:00
Maxime Besson
971f132b03 Add option to pretty print JSON config (#2292) 2020-08-25 15:01:04 +02:00
Christophe Maudoux
81a5d2552e Make json - Display oidc tab only if not empty 2020-08-25 11:12:48 +02:00
Maxime Besson
c5c6c4ab0c Factor genId2F method into Common 2020-08-17 18:43:29 +02:00
Maxime Besson
4497f39efe Factor psession id calculation into Common 2020-08-17 18:43:29 +02:00
Maxime Besson
26cd1945fb Try to compute the correct value of SameSite by default (#2281) 2020-08-17 18:05:09 +02:00
Maxime Besson
79d0a4c936 Add a new Util module for shared simple functions 2020-08-17 18:05:09 +02:00
Maxime Besson
4ba29f10a7 Merge branch 'fix-cache-dir-2254' into 'v2.0'
Move cache directory to /var/cache (#2254)

See merge request lemonldap-ng/lemonldap-ng!157
2020-08-14 18:34:31 +02:00
Christophe Maudoux
a84b428aa7 Keep _session_kind type with global storage (#2275) 2020-08-13 00:01:07 +02:00
Maxime Besson
2054799baf Move cache directory to /var/cache (#2254)
In order to avoid namespace issues, and for better compliance with the
FHS.

Only the default configs are changed.
2020-08-10 15:15:32 +02:00
Maxime Besson
5788d18a7a convertConfig: be a little more explicit (#2214) 2020-07-13 16:47:28 +02:00
Clément OUDOT
f806e82849 Possibility to modify Syslog options (#2251) 2020-06-25 10:52:07 +02:00
Maxime Besson
d1cbb7263f Remove default value of ldapPort 2020-06-23 17:42:00 +02:00
Maxime Besson
914251d163 Update Build.pm for #2214 2020-06-23 11:29:58 +02:00
Christophe Maudoux
b04b2076de Preserve real_hGroups (#2229) 2020-06-06 23:27:37 +02:00
Maxime Besson
a338ec2a93 Prevent rare concurrency errors during build (#2214) 2020-06-01 12:42:40 +02:00
Maxime Besson
4c21e1cb53 Fix lemonldap-ng.ini error reporting (#2222) 2020-05-27 10:47:28 +02:00
Maxime Besson
4d04d6fde0 File conf backend: fix available regexp
This avoids matching *.rpmnew and so on
2020-05-26 18:37:17 +02:00
Maxime Besson
f22975ff12 convertConfig: use File as current backend by default (#2214) 2020-05-26 18:15:30 +02:00
Maxime Besson
29c8faeded Add constant for default conf storage (#2214) 2020-05-26 18:15:30 +02:00
Maxime Besson
91736a7a5c Improve error message when failing to load conf backend (#2221) 2020-05-26 16:01:01 +02:00
Maxime Besson
0757f0af28 Add manager option for external yubikey ID provisionning (#2189) 2020-05-25 18:57:07 +02:00
Maxime Besson
afe7588c1a Fix doc for #2205 2020-05-25 15:25:52 +02:00
Christophe Maudoux
bb9e03d1e5 Tidy 2020-05-24 00:04:33 +02:00
Clément OUDOT
f00753e5e5 Make manifest 2020-05-22 17:34:27 +02:00