|
PEAR related work

Radius PECL
This PHP extension is based on the libradius of FreeBSD.
I slightly modified it to be able to compile it under other Unices and under Windoze.
The package can downloaded from here: radius PECL.
Binaries for Windoze can downloaded from here

Auth_Radius
This package provides wrapper-classes for the RADIUS PECL.
There are different Classes for the different authentication methods.
If you are using CHAP-MD5 or MS-CHAP you need also the Crypt_CHAP package.
If you are using MS-CHAP you need also the mhash extension.
The package can downloaded from the PEAR web.
Crypt_CHAP
This package provides Classes for generating CHAP packets.
Currently these types of CHAP are supported:
- CHAP-MD5
- MS-CHAPv1
- MS-CHAPv2
For MS-CHAP the mhash extension must be loaded.
The package can downloaded from the PEAR web.
It is still alpha, because not all functionality has been integrated, but the existing stuff is very stable.
File_SMBPasswd
This package provides a class for managing SAMBA Style password files.
The package can downloaded from the PEAR web.
This package is going to be deprecated, because the functionality was integrated into the
File_Passwd package.
|
|