Subversion Repositories ALCASAR

Compare Revisions

Ignore whitespace Rev 671 → Rev 672

/scripts/sbin/alcasar-bypass.sh
1,8 → 1,13
#!/bin/sh
#!/bin/bash
# $Id$
 
# Script portail-bypass
# Permet d'activer ou de désactiver le contournement de l'authentification et du filtrage WEB
# alcasar-bypass.sh
# by Franck BOUIJOUX and Richard REY
# This script is distributed under the Gnu General Public License (GPL)
 
# activation / désactivation du contournement de l'authentification et du filtrage WEB
# enable / disable the bypass of authenticate process and filtering
 
usage="Usage: alcasar-bypass.sh {--on or -on } | {--off or -off}"
SED="/bin/sed -i"
nb_args=$#