man pppd-radattr(8) - RADIUS utility plugin for pppd

Author: David F. Skoll. Link to original: http://linux.die.net/man/8/pppd-radattr (English).
Tags: man Submitted by morbo 29.12.2008. Public material.

Translations of this material:

into Russian: man pppd-radattr(8) - плагин утилиты RADIUS для pppd . Translation complete.
Submitted for translation by morbo 29.12.2008 Published 3 years, 1 month ago.

Text

Name

radattr.so - RADIUS utility plugin for pppd(8)

Synopsis

pppd [ options ] plugin radius.so plugin radattr.so

Description

The radattr plugin for pppd causes all radius attributes returned by the RADIUS server at authentication time to be stored in the file /var/run/radattr.pppN where pppN is the name of the PPP interface. The RADIUS attributes are stored one per line in the format "Attribute-Name Attribute-Value". This format is convenient for use in /etc/ppp/ip-up and /etc/ppp/ip-down scripts.

Note that you must load the radius.so plugin before loading the radattr.so plugin; radattr.so depends on symbols defined in radius.so.

Usage

To use the plugin, simply supply the plugin radius.so plugin radattr.so options to pppd.

See Also

pppd(8), pppd-radius(8)

Author

David F. Skoll <dfs@roaringpenguin.com>