logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

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

Author

       Dianne Skoll <dianne@skoll.ca>

                                                                                                 PPPD-RADATTR(8)

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.

Name

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

See Also

pppd(8) pppd-radius(8)

Synopsis

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

Usage

       To use the plugin, simply supply the pluginradius.sopluginradattr.so options to pppd.

See Also