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