| 1 |
diff -Nur ppp-2.4.4-orig/pppd/plugins/radius/etc/radiusclient.conf ppp-2.4.4/pppd/plugins/radius/etc/radiusclient.conf |
| 2 |
--- ppp-2.4.4-orig/pppd/plugins/radius/etc/radiusclient.conf 2004-11-14 00:48:39.000000000 +0100 |
| 3 |
+++ ppp-2.4.4/pppd/plugins/radius/etc/radiusclient.conf 2007-01-23 23:56:52.000000000 +0100 |
| 4 |
@@ -22,7 +22,7 @@ |
| 5 |
|
| 6 |
# name of the issue file. it's only display when no username is passed |
| 7 |
# on the radlogin command line (default /etc/radiusclient/issue) |
| 8 |
-issue /usr/local/etc/radiusclient/issue |
| 9 |
+issue /etc/radiusclient/issue |
| 10 |
|
| 11 |
# RADIUS settings |
| 12 |
|
| 13 |
@@ -43,22 +43,22 @@ |
| 14 |
|
| 15 |
# file holding shared secrets used for the communication |
| 16 |
# between the RADIUS client and server |
| 17 |
-servers /usr/local/etc/radiusclient/servers |
| 18 |
+servers /etc/radiusclient/servers |
| 19 |
|
| 20 |
# dictionary of allowed attributes and values |
| 21 |
# just like in the normal RADIUS distributions |
| 22 |
-dictionary /usr/local/etc/radiusclient/dictionary |
| 23 |
+dictionary /etc/radiusclient/dictionary |
| 24 |
|
| 25 |
# program to call for a RADIUS authenticated login |
| 26 |
# (default /usr/sbin/login.radius) |
| 27 |
-login_radius /usr/local/sbin/login.radius |
| 28 |
+login_radius /sbin/login.radius |
| 29 |
|
| 30 |
# file which holds sequence number for communication with the |
| 31 |
# RADIUS server |
| 32 |
seqfile /var/run/radius.seq |
| 33 |
|
| 34 |
# file which specifies mapping between ttyname and NAS-Port attribute |
| 35 |
-mapfile /usr/local/etc/radiusclient/port-id-map |
| 36 |
+mapfile /etc/radiusclient/port-id-map |
| 37 |
|
| 38 |
# default authentication realm to append to all usernames if no |
| 39 |
# realm was explicitly specified by the user |