On 02/03/2011 12:39 PM, Adrian Minta wrote: > *A5.1 radiusclient.conf * > http://poptop.sourceforge.net/dox/skwok/poptop_ads_howto_a5.htm > > In afara de liniile comentate, unde se explica ce face fiacare optiune, este identic si la fel. Dar nu stiu cat de ok este asta:
cat /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 [email protected] # 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 -- Teddy _______________________________________________ RLUG mailing list [email protected] http://lists.lug.ro/mailman/listinfo/rlug
