V. Radius

Introduction

About Radius

This package is based on the libradius of FreeBSD. This PECL adds full support for Radius Authentication (RFC 2865) and Radius Accounting (RFC 2866). This package is available for Unix (tested on FreeBSD and Linux) and for Windows.

Note: An exact description for libradius can be found here. A detailed description of the configuration file can be found here.

Table of Contents
radius_auth_open -- Creates a Radius handle for authentication
radius_acct_open -- Creates a Radius handle for accounting
radius_strerror -- Returns an error message
radius_config -- Causes the library to read the given configuration file
radius_add_server -- Adds a server
radius_create_request -- Create accounting or authentication request
radius_put_string -- Attaches a string attribute
radius_put_int -- Attaches an integer attribute
radius_put_attr -- Attaches a binary attribute
radius_put_addr -- Attaches an IP-Address attribute
radius_put_vendor_string -- Attaches a vendor specific string attribute
radius_put_vendor_int -- Attaches a vendor specific integer attribute
radius_put_vendor_attr -- Attaches a vendor specific binary attribute
radius_put_vendor_addr -- Attaches a vendor specific IP-Address attribute
radius_send_request -- Sends the request and waites for a reply
radius_get_attr -- Extracts an attribute
radius_get_vendor_attr -- Extracts a vendor specific attribute
radius_cvt_int -- Converts raw data to integer
radius_cvt_string -- Converts raw data to string
radius_cvt_addr -- Converts raw data to IP-Address
radius_request_authenticator -- Returns the request authenticator
radius_server_secret -- Returns the shared secret
radius_demangle -- Demangles data
radius_demangle_mppe_key -- Derives mppe-keys from mangled data
radius_close -- Frees all ressources
constants -- Predefined constants