diff --git a/reference/radius/book.xml b/reference/radius/book.xml index 96ab313e0d..325790cced 100644 --- a/reference/radius/book.xml +++ b/reference/radius/book.xml @@ -1,5 +1,5 @@ - + @@ -10,8 +10,12 @@ &reftitle.intro; - This package is based on the libradius of FreeBSD. This PECL adds full - support for Radius Authentication + This package is based on the libradius (Remote Authentication Dial In User + Service) of FreeBSD. It allows clients to perform authentication and + accounting by means of network requests to remote servers. + + + This PECL extension 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. diff --git a/reference/radius/functions/radius-add-server.xml b/reference/radius/functions/radius-add-server.xml index 7e5d146ad1..c0bbc461be 100644 --- a/reference/radius/functions/radius-add-server.xml +++ b/reference/radius/functions/radius-add-server.xml @@ -1,5 +1,5 @@ - + @@ -35,7 +35,6 @@ radius_handle - diff --git a/reference/radius/functions/radius-config.xml b/reference/radius/functions/radius-config.xml index 8df5973381..544016e101 100644 --- a/reference/radius/functions/radius-config.xml +++ b/reference/radius/functions/radius-config.xml @@ -1,5 +1,5 @@ - + @@ -20,9 +20,8 @@ call radius_config. radius_config causes the library to read a configuration file whose format is described in radius.conf. - - - + + &reftitle.parameters; diff --git a/reference/radius/functions/radius-create-request.xml b/reference/radius/functions/radius-create-request.xml index b37a15e5e9..ccf686533c 100644 --- a/reference/radius/functions/radius-create-request.xml +++ b/reference/radius/functions/radius-create-request.xml @@ -1,5 +1,5 @@ - + @@ -34,8 +34,6 @@ radius_handle - Type is RADIUS_ACCESS_REQUEST or - RADIUS_ACCOUNTING_REQUEST. @@ -43,7 +41,8 @@ type - Its description + Type is RADIUS_ACCESS_REQUEST or + RADIUS_ACCOUNTING_REQUEST. diff --git a/reference/radius/functions/radius-put-vendor-addr.xml b/reference/radius/functions/radius-put-vendor-addr.xml index 978e4f0f5e..da45203db9 100644 --- a/reference/radius/functions/radius-put-vendor-addr.xml +++ b/reference/radius/functions/radius-put-vendor-addr.xml @@ -1,5 +1,5 @@ - + @@ -25,6 +25,7 @@ &return.success; + + @@ -44,6 +44,16 @@ if (!radius_put_vendor_attr($res, RADIUS_VENDOR_MICROSOFT, RAD_MICROSOFT_MS_CHAP + + + &reftitle.seealso; + + + radius_get_vendor_attr + + + + + @@ -25,6 +25,15 @@ &return.success; + + + &reftitle.seealso; + + + radius_put_vendor_string + + + + @@ -25,6 +25,15 @@ &return.success; + + + &reftitle.seealso; + + + radius_put_vendor_int + + + + Radius &Functions; @@ -7,14 +7,13 @@
- Contact Information - - If you have comments, bugfixes, enhancements or want to help - to develop this you can send me a mail at mbretter@php.net. - Binaries for Windows can be downloaded from here. - -
+ Contact Information + + If you have comments, bugfixes, enhancements or want to help to develop + this you can send me a mail at mbretter@php.net. + +
&reference.radius.entities.functions;