[sudo] On autorise aux câbleurs l'impression de tickets wifi

This commit is contained in:
Vincent Le Gallic 2014-09-04 22:34:00 +02:00
parent a643b0aa96
commit 7b75c30eee

View file

@ -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)