Your IP : 216.73.216.48
| Current Path : /usr/sbin/ |
|
|
| Current File : //usr/sbin/login.radius |
#!/bin/sh
#
# $Id: login.radius,v 1.1.1.1 2003/12/02 10:39:23 sobomax Exp $
#
# Copyright (C) 1998 Lars Fenneberg
#
# See the file COPYRIGHT for the respective terms and conditions.
# If the file is missing contact me at lf@elemental.net
# and I'll send you a copy.
#
cat <<EOF
This is the dummy login.radius script. If you want that this script
does something useful you'll have to replace it.
The following RADIUS environment variables are set:
EOF
set | egrep '^RADIUS_'
echo
echo "Bye, bye."
exit 0