From: Ismaƫl Bouya Date: Sat, 26 Jan 2019 13:51:19 +0000 (+0100) Subject: Fix the SSL state for databases connections X-Git-Tag: nur_publish~287 X-Git-Url: https://git.immae.eu/?a=commitdiff_plain;h=7ebcaad53a3261d8a4aefd8a64c5c7d9d8ac2fa0;hp=7ebcaad53a3261d8a4aefd8a64c5c7d9d8ac2fa0;p=perso%2FImmae%2FConfig%2FNix.git Fix the SSL state for databases connections Whenever possible, we use a socket connexion (all postgresql connections, and a few mysql ones) When remote (only mysql), we require SSL in the users database (cannot be enforced globally) Also, put pam configurations in a correct state Fixes https://git.immae.eu/mantisbt/view.php?id=89 Fixes https://git.immae.eu/mantisbt/view.php?id=90 Fixes https://git.immae.eu/mantisbt/view.php?id=88 ---