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