]> git.ozlabs.org Git - ppp.git/blob - pppd/plugins/radius/radiusclient/login.radius/login.radius
Added RADIUS suppport.
[ppp.git] / pppd / plugins / radius / radiusclient / login.radius / login.radius
1 #!/bin/sh
2 #
3 # $Id: login.radius,v 1.1 2002/01/22 16:03:02 dfs Exp $
4 #
5 # Copyright (C) 1998 Lars Fenneberg
6 #
7 # See the file COPYRIGHT for the respective terms and conditions. 
8 # If the file is missing contact me at lf@elemental.net 
9 # and I'll send you a copy.
10 #
11
12 cat <<EOF
13 This is the dummy login.radius script. If you want that this script
14 does something useful you'll have to replace it.
15
16 The following RADIUS environment variables are set:
17 EOF
18
19 set | egrep '^RADIUS_'
20
21 echo
22 echo "Bye, bye."
23
24 exit 0