Subversion Repositories ALCASAR

Rev

Rev 519 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log

Rev 519 Rev 672
Line 1... Line 1...
1
#!/bin/sh
1
#!/bin/bash
2
# $Id: alcasar-bypass.sh 519 2011-03-25 16:30:32Z stephane $
2
# $Id: alcasar-bypass.sh 672 2011-07-08 15:34:22Z richard $
-
 
3
 
-
 
4
# alcasar-bypass.sh
-
 
5
# by Franck BOUIJOUX and Richard REY
-
 
6
# This script is distributed under the Gnu General Public License (GPL)
-
 
7
 
-
 
8
# activation / désactivation du contournement de l'authentification et du filtrage WEB
-
 
9
# enable / disable the bypass of authenticate process and filtering
3
 
10
 
4
# Script portail-bypass
-
 
5
# Permet d'activer ou de désactiver le contournement de l'authentification et du filtrage WEB
-
 
6
usage="Usage: alcasar-bypass.sh {--on or -on } | {--off or -off}"
11
usage="Usage: alcasar-bypass.sh {--on or -on } | {--off or -off}"
7
SED="/bin/sed -i"
12
SED="/bin/sed -i"
8
nb_args=$#
13
nb_args=$#
9
args=$1
14
args=$1
10
if [ $nb_args -eq 0 ]
15
if [ $nb_args -eq 0 ]