]> git.ozlabs.org Git - ppp.git/blob - pppd/plugins/radius/pppd-radattr.8
Another patch from Frank Cusack to fix install: target.
[ppp.git] / pppd / plugins / radius / pppd-radattr.8
1 .\" manual page [] for RADATTR plugin for pppd 2.4
2 .\" $Id: pppd-radattr.8,v 1.1 2002/01/22 16:03:00 dfs Exp $
3 .\" SH section heading
4 .\" SS subsection heading
5 .\" LP paragraph
6 .\" IP indented paragraph
7 .\" TP hanging label
8 .TH PPPD-RADATTR 8
9 .SH NAME
10 radattr.so \- RADIUS utility plugin for
11 .BR pppd (8)
12 .SH SYNOPSIS
13 .B pppd
14 [
15 .I options
16 ]
17 plugin radius.so plugin radattr.so
18 .SH DESCRIPTION
19 .LP
20 The radattr plugin for pppd causes all radius attributes returned by
21 the RADIUS server at authentication time to be stoed in the file
22 .I /var/run/radattr.pppN
23 where
24 .I pppN
25 is the name of the PPP interface.  The RADIUS attributes are stored
26 one per line in the format "Attribute-Name Attribute-Value".  This
27 format is convenient for use in /etc/ppp/ip-up and /etc/ppp/ip-down
28 scripts.
29 .LP
30 Note that you
31 .I must
32 load the radius.so plugin before loading the radattr.so plugin;
33 radattr.so depends on symbols defined in radius.so.
34
35 .SH USAGE
36 To use the plugin, simply supply the
37 .B plugin radius.so plugin radattr.so
38 options to pppd.
39
40 .SH SEE ALSO
41 .BR pppd (8) " pppd-radius" (8)
42
43 .SH AUTHOR
44 David F. Skoll <dfs@roaringpenguin.com>