File: README

package info (click to toggle)
freeradius-client 1.1.6-7
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 2,048 kB
  • ctags: 504
  • sloc: sh: 8,504; ansic: 4,704; perl: 425; makefile: 86
file content (40 lines) | stat: -rw-r--r-- 1,427 bytes parent folder | download | duplicates (5)
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
39
40
$Id: README,v 1.2 2004/11/17 14:48:15 janakj Exp $

ppp-2.2.0f-radclient.diff

	NOW LONGER INCLUDED. For pppd patches see:

	http://www.gams.net/~mla/radius.html
        http://www.iphil.net/~map/radius/
        http://linux.slovenija.net/radius/

merit-2.4.21-CHAP.diff

	Patch to the Merit radiusd 2.4.21 to support the CHAP-Challenge
	attribute.  Doesn't work with earlier version of Merit radiusd. I sent
	this patch to Merit, so hopefully it'll be included in the next release.
	Apply this patch from the "src" directory of the radiusd sources.

radiusd-1.16.shadow.diff

	Patch to the original radiusd by Livingston to recognize "*"
	as a special password to look for shadow passwords.
	Apply this patch from the "src" directory of the radiusd sources.


radiusd-1.16.accounting.diff

	The patch for Livingston's (now Lucent's) radiusd 1.16 fixes the
	accounting reply digest bug. When you've applied this patch to your
	RADIUS server you no longer need to compile radiusclient with
	--enable-radius-116. This patch was contributed by Tilman
	Mueller-Gerbes <tmg@suse.de>. Thanks, Tilman!

rename.patch

        The patch renames the library to radiusclient-ng (that means 
	radiusclient.h will be renamed to radiusclient-ng.h, libradiusclient.so
	to libradiusclient-ng.so and so on). This is useful if you want the
	original radiusclient library coexist on the same system with this
	version.
	Jan Janak <jan@iptel.org>