diff --git a/Python/etc/sudoers b/Python/etc/sudoers index 29fb47d..4b1c27f 100644 --- a/Python/etc/sudoers +++ b/Python/etc/sudoers @@ -64,6 +64,7 @@ if has("users"): print "RESPBATS ALL=(respbats%s) NOPASSWD: /usr/scripts/gestion/whos.py,/usr/scripts/gestion/whos_lc.py,/usr/scripts/utils/chambre.py,/usr/scripts/utils/stats_cableurs.py,/usr/scripts/gestion/tools/whokfet.py" % (addit) print "RESPBATS ALL=(respbats%s) NOPASSWD: /usr/scripts/gestion/tools/whosthere.py dalembert" % (addit) print "RESPBATS ALL=(respbats%s) /usr/scripts/gestion/ressuscite.py" % (addit) + print "RESPBATS ALL=(respbats%s) /usr/scripts/cransticket/dump_creds.py" % (addit) @# Pour ne pas louper des .forward pour des questions de droits de lecture print "RESPBATS ALL=(root%s) NOPASSWD: /usr/scripts/admin/mail_invalide/mail_invalide.py" % (addit)