bye bye pam_auth()

This commit is contained in:
Gregory Colpart 2017-09-08 03:53:42 +02:00
parent 882c464405
commit 75c341fed9
2 changed files with 0 additions and 4 deletions

View File

@ -1,3 +1 @@
* Ajouter l'utilisateur qui fait tourner l'application dans le groupe shadow
* Ajouter les autorisations sudo nécessaires
* Désactiver les magic quotes de PHP

View File

@ -107,7 +107,5 @@ if (!(ini_set('include_path', ini_get('include_path')))) {
require_once('../conf/config.php');
test_exist('../conf/config.local.php');
require_once('../conf/config.local.php');
# il faut un acces en lecture au fichier shadow pour pam_auth()
test_exist('/etc/shadow');
$conf = array_merge($oriconf, $localconf);
}