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
This commit is contained in:
Mehdi Achour 2009-03-23 22:08:30 +00:00
parent bfc521114f
commit 731951da6c
9 changed files with 55 additions and 26 deletions

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision: 1.2 $ -->
<!-- $Revision: 1.3 $ -->
<!-- Purpose: remote.auth -->
<!-- Membership: pecl, external -->
@ -10,8 +10,12 @@
<preface xml:id="intro.radius">
&reftitle.intro;
<para>
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.
</para>
<para>
This PECL extension adds full support for Radius Authentication
(<link xlink:href="&url.rfc;2865">RFC 2865</link>) and Radius Accounting
(<link xlink:href="&url.rfc;2866">RFC 2866</link>). This package is available
for Unix (tested on FreeBSD and Linux) and for Windows.

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.3 $ -->
<!-- $Revision: 1.4 $ -->
<!-- splitted from ./en/functions/radius.xml, last change in rev 1.9 -->
<refentry xml:id="function.radius-add-server" xmlns="http://docbook.org/ns/docbook">
<refnamediv>
@ -35,7 +35,6 @@
<term><parameter>radius_handle</parameter></term>
<listitem>
<para>
</para>
</listitem>
</varlistentry>

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.3 $ -->
<!-- $Revision: 1.4 $ -->
<!-- splitted from ./en/functions/radius.xml, last change in rev 1.9 -->
<refentry xml:id="function.radius-config" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
<refnamediv>
@ -20,9 +20,8 @@
call <function>radius_config</function>. <function>radius_config</function>
causes the library to read a configuration file whose format is described
in <link xlink:href="&url.libradius.conf;">radius.conf</link>.
</para>
</refsect1>
</para>
</refsect1>
<refsect1 role="parameters">
&reftitle.parameters;

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.3 $ -->
<!-- $Revision: 1.4 $ -->
<!-- splitted from ./en/functions/radius.xml, last change in rev 1.9 -->
<refentry xml:id="function.radius-create-request" xmlns="http://docbook.org/ns/docbook">
<refnamediv>
@ -34,8 +34,6 @@
<term><parameter>radius_handle</parameter></term>
<listitem>
<para>
Type is <constant>RADIUS_ACCESS_REQUEST</constant> or
<constant>RADIUS_ACCOUNTING_REQUEST</constant>.
</para>
</listitem>
</varlistentry>
@ -43,7 +41,8 @@
<term><parameter>type</parameter></term>
<listitem>
<para>
Its description
Type is <constant>RADIUS_ACCESS_REQUEST</constant> or
<constant>RADIUS_ACCOUNTING_REQUEST</constant>.
</para>
</listitem>
</varlistentry>

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.3 $ -->
<!-- $Revision: 1.4 $ -->
<!-- splitted from ./en/functions/radius.xml, last change in rev 1.9 -->
<refentry xml:id="function.radius-put-vendor-addr" xmlns="http://docbook.org/ns/docbook">
<refnamediv>
@ -25,6 +25,7 @@
&return.success;
</para>
</refsect1>
</refentry>
<!-- Keep this comment at the end of the file

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.3 $ -->
<!-- $Revision: 1.4 $ -->
<!-- splitted from ./en/functions/radius.xml, last change in rev 1.9 -->
<refentry xml:id="function.radius-put-vendor-attr" xmlns="http://docbook.org/ns/docbook">
<refnamediv>
@ -44,6 +44,16 @@ if (!radius_put_vendor_attr($res, RADIUS_VENDOR_MICROSOFT, RAD_MICROSOFT_MS_CHAP
</example>
</para>
</refsect1>
<refsect1 role="seealso">
&reftitle.seealso;
<para>
<simplelist>
<member><function>radius_get_vendor_attr</function></member>
</simplelist>
</para>
</refsect1>
</refentry>
<!-- Keep this comment at the end of the file

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.3 $ -->
<!-- $Revision: 1.4 $ -->
<!-- splitted from ./en/functions/radius.xml, last change in rev 1.9 -->
<refentry xml:id="function.radius-put-vendor-int" xmlns="http://docbook.org/ns/docbook">
<refnamediv>
@ -25,6 +25,15 @@
&return.success;
</para>
</refsect1>
<refsect1 role="seealso">
&reftitle.seealso;
<para>
<simplelist>
<member><function>radius_put_vendor_string</function></member>
</simplelist>
</para>
</refsect1>
</refentry>
<!-- Keep this comment at the end of the file

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.3 $ -->
<!-- $Revision: 1.4 $ -->
<!-- splitted from ./en/functions/radius.xml, last change in rev 1.9 -->
<refentry xml:id="function.radius-put-vendor-string" xmlns="http://docbook.org/ns/docbook">
<refnamediv>
@ -25,6 +25,15 @@
&return.success;
</para>
</refsect1>
<refsect1 role="seealso">
&reftitle.seealso;
<para>
<simplelist>
<member><function>radius_put_vendor_int</function></member>
</simplelist>
</para>
</refsect1>
</refentry>
<!-- Keep this comment at the end of the file

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.7 $ -->
<!-- $Revision: 1.8 $ -->
<reference xml:id="ref.radius" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
<title>Radius &Functions;</title>
@ -7,14 +7,13 @@
<partintro>
<section xml:id="radius.contact">
<title>Contact Information</title>
<para>
If you have comments, bugfixes, enhancements or want to help
to develop this you can send me a mail at <link
xlink:href="mailto:mbretter@php.net">mbretter@php.net</link>.
Binaries for Windows can be downloaded from <link xlink:href="http://www.bretterklieber.com/php">here</link>.
</para>
</section>
<title>Contact Information</title>
<para>
If you have comments, bugfixes, enhancements or want to help to develop
this you can send me a mail at <link
xlink:href="mailto:mbretter@php.net">mbretter@php.net</link>.
</para>
</section>
</partintro>
&reference.radius.entities.functions;