From 75c341fed92b41ed692e872b30efbb8d04ae2757 Mon Sep 17 00:00:00 2001 From: Gregory Colpart Date: Fri, 8 Sep 2017 03:53:42 +0200 Subject: [PATCH] bye bye pam_auth() --- INSTALL | 2 -- htdocs/common.php | 2 -- 2 files changed, 4 deletions(-) diff --git a/INSTALL b/INSTALL index 535a7a3..92bba47 100644 --- a/INSTALL +++ b/INSTALL @@ -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 diff --git a/htdocs/common.php b/htdocs/common.php index 449b8ad..2f511af 100644 --- a/htdocs/common.php +++ b/htdocs/common.php @@ -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); }