From 731951da6c74f8b15a7ac6c682a5f49ca96060a8 Mon Sep 17 00:00:00 2001 From: Mehdi Achour Date: Mon, 23 Mar 2009 22:08:30 +0000 Subject: [PATCH] Add see also, fix parameters, ws, remove bad link.. git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@277655 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/radius/book.xml | 10 +++++++--- .../radius/functions/radius-add-server.xml | 3 +-- reference/radius/functions/radius-config.xml | 7 +++---- .../radius/functions/radius-create-request.xml | 7 +++---- .../radius/functions/radius-put-vendor-addr.xml | 3 ++- .../radius/functions/radius-put-vendor-attr.xml | 12 +++++++++++- .../radius/functions/radius-put-vendor-int.xml | 11 ++++++++++- .../functions/radius-put-vendor-string.xml | 11 ++++++++++- reference/radius/reference.xml | 17 ++++++++--------- 9 files changed, 55 insertions(+), 26 deletions(-) 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;