]> git.ozlabs.org Git - ppp.git/blobdiff - pppd/plugins/radius/radiusclient/login.radius/login.radius
Added RADIUS suppport.
[ppp.git] / pppd / plugins / radius / radiusclient / login.radius / login.radius
diff --git a/pppd/plugins/radius/radiusclient/login.radius/login.radius b/pppd/plugins/radius/radiusclient/login.radius/login.radius
new file mode 100755 (executable)
index 0000000..a3c7a6a
--- /dev/null
@@ -0,0 +1,24 @@
+#!/bin/sh
+#
+# $Id: login.radius,v 1.1 2002/01/22 16:03:02 dfs 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