mirror of
https://github.com/php/doc-es.git
synced 2026-03-26 08:22:08 +01:00
git-svn-id: https://svn.php.net/repository/phpdoc/es/trunk@320274 c90b9560-bf6c-de11-be94-00142212c4b1
56 lines
2.2 KiB
XML
56 lines
2.2 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<!-- $Revision$ -->
|
|
<!-- EN-Revision: af4410a7e15898c3dbe83d6ea38246745ed9c6fb Maintainer: edwincartagenah Status: ready -->
|
|
<!-- Reviewed: no -->
|
|
|
|
<chapter xml:id="radius.examples" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
|
|
&reftitle.examples;
|
|
<!-- FIXME: Copy&paste the examples from this "package" -->
|
|
<para>
|
|
¿Cómo iniciar?
|
|
<itemizedlist>
|
|
<listitem><simpara>Obtener un recurso radius</simpara></listitem>
|
|
<listitem><simpara>Configurar la librería</simpara></listitem>
|
|
<listitem><simpara>Crear la petición</simpara></listitem>
|
|
<listitem><simpara>Poner atributos</simpara></listitem>
|
|
<listitem><simpara>Enviar la petición</simpara></listitem>
|
|
<listitem><simpara>Recibir atributos</simpara></listitem>
|
|
<listitem><simpara>Cerrar el recurso radius (opcional)</simpara></listitem>
|
|
</itemizedlist>
|
|
También sirve echar un vistazo a los ejemplos en este paquete.
|
|
</para>
|
|
<para>
|
|
El paquete contiene un ejemplo de script php. Este script demuestra como
|
|
autenticar con radius utilizando PAP o CHAP (md5). Si se autentica con
|
|
servidores Microsoft Radius entonces no le será posible utilizar CHAP (md5). Si
|
|
quisiera autenticarse con servidores Microsoft tiene que utilizar
|
|
MS-CHAPv1 o MS-CHAPv2, pero es más complicado, porque usted necesita md4,
|
|
sha1 y des para generar los datos correctos. Los ejemplos adjuntos demuestran
|
|
todos los métodos de autenticación, incluyendo MS-CHAPv1 y MS-CHAPv2. Para tener
|
|
funcionando MS-CHAP necesita las extensiones <link linkend="ref.mcrypt">mcrypt</link> y
|
|
<link linkend="ref.mhash">mhash</link> iniciando con la
|
|
version 1.2 de este paquete, la extensión mcrypt ya no es necesaria.
|
|
</para>
|
|
</chapter>
|
|
|
|
<!-- Keep this comment at the end of the file
|
|
Local variables:
|
|
mode: sgml
|
|
sgml-omittag:t
|
|
sgml-shorttag:t
|
|
sgml-minimize-attributes:nil
|
|
sgml-always-quote-attributes:t
|
|
sgml-indent-step:1
|
|
sgml-indent-data:t
|
|
sgml-parent-document:nil
|
|
sgml-default-dtd-file:"~/.phpdoc/manual.ced"
|
|
sgml-exposed-tags:nil
|
|
sgml-local-catalogs:nil
|
|
sgml-local-ecat-files:nil
|
|
End:
|
|
vim600: syn=xml fen fdm=syntax fdl=2 si
|
|
vim: et tw=78 syn=sgml
|
|
vi: ts=1 sw=1
|
|
-->
|
|
|