English Language flag
// Log In
// CVSweb
Project: FreeWRT
// Summary // Activity // Search // Tracker // Lists // News // SCM // Wiki

SCM Repository

ViewVC logotype

Contents of /branches/freewrt_1_0/package/ppp/patches/206-radius_config.patch

Parent Directory Parent Directory | Revision Log Revision Log


Revision 3749 - (show annotations) (download)
Mon May 19 11:28:20 2008 UTC (5 years, 9 months ago) by dnehring
File size: 1510 byte(s)
Latest release
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

root@freewrt.org:443
ViewVC Help
Powered by ViewVC 1.1.20