ILIAS  Release_5_0_x_branch Revision 61816
 All Data Structures Namespaces Files Functions Variables Groups Pages
Auth_RADIUS Namespace Reference

Client implementation of RADIUS. More...

Detailed Description

Client implementation of RADIUS.

class Auth_RADIUS_Acct_Update

class Auth_RADIUS_Acct_Start

class Auth_RADIUS_Acct

class Auth_RADIUS_MSCHAPv2

class Auth_RADIUS_MSCHAPv1

class Auth_RADIUS_CHAP_MD5

class Auth_RADIUS_PAP

class Auth_RADIUS

This are wrapper classes for the RADIUS PECL. Provides RADIUS Authentication (RFC2865) and RADIUS Accounting (RFC2866).

Author
Michael Bretterklieber micha.nosp@m.el@b.nosp@m.rette.nosp@m.rkli.nosp@m.eber..nosp@m.com public
Version
Revision:
1.8

Abstract base class for RADIUS

Class for authenticating using PAP (Plaintext)

Class for authenticating using CHAP-MD5 see RFC1994. Instead og the plaintext password the challenge and the response are needed.

Class for authenticating using MS-CHAPv1 see RFC2433

Class for authenticating using MS-CHAPv2 see RFC2759

Class for RADIUS accounting

Class for RADIUS accounting. Its usualy used, after the user has logged in.

Class for RADIUS accounting. Its usualy used, after the user has logged out.

Class for interim RADIUS accounting updates.