Subversion Repositories ALCASAR

Rev

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

Rev 597 Rev 672
Line 1... Line 1...
1
#/bin/sh
1
#/bin/bash
2
# $Id: alcasar-logout.sh 597 2011-05-05 21:03:57Z richard $
2
# $Id: alcasar-logout.sh 672 2011-07-08 15:34:22Z richard $
-
 
3
 
-
 
4
# alcasar-logout.sh
-
 
5
# by Richard REY
-
 
6
# This script is distributed under the Gnu General Public License (GPL)
-
 
7
 
-
 
8
# Déconnexion d'un ou de tous les usagers
-
 
9
# One user (or all users) disconnect
3
 
10
 
4
# deconnexion d'un usager
-
 
5
radiussecret=""
11
radiussecret=""
6
OLDIFS=$IFS
12
OLDIFS=$IFS
7
IFS=$'\n'
13
IFS=$'\n'
8
 
14
 
9
usage="Usage: alcasar-logout.sh {user_name} | {all}"
15
usage="Usage: alcasar-logout.sh {user_name} | {all}"