<?php
include_once $_SERVER['DOCUMENT_ROOT'] . '/include/shared-manual.inc';
$TOC = array();
$TOC_DEPRECATED = array();
$PARENTS = array();
include_once dirname(__FILE__) ."/toc/book.radius.inc";
$setup = array (
  'home' => 
  array (
    0 => 'index.php',
    1 => 'PHP Manual',
  ),
  'head' => 
  array (
    0 => 'UTF-8',
    1 => 'uk',
  ),
  'this' => 
  array (
    0 => 'intro.radius.php',
    1 => 'Вступ',
    2 => 'Вступ',
  ),
  'up' => 
  array (
    0 => 'book.radius.php',
    1 => 'Radius',
  ),
  'prev' => 
  array (
    0 => 'book.radius.php',
    1 => 'Radius',
  ),
  'next' => 
  array (
    0 => 'radius.setup.php',
    1 => 'Встановлення/налаштування',
  ),
  'alternatives' => 
  array (
  ),
  'source' => 
  array (
    'lang' => 'en',
    'path' => 'reference/radius/book.xml',
  ),
  'history' => 
  array (
  ),
);
$setup["toc"] = $TOC;
$setup["toc_deprecated"] = $TOC_DEPRECATED;
$setup["parents"] = $PARENTS;
manual_setup($setup);

contributors($setup);

?>
<div id="intro.radius" class="preface">
  <h1 class="title">Вступ</h1>
  <p class="para">
   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.
  </p>
  <p class="para">
   This PECL extension adds full support for Radius Authentication
   (<a href="https://datatracker.ietf.org/doc/html/rfc2865" class="link external">&raquo;&nbsp;RFC 2865</a>) and Radius Accounting 
   (<a href="https://datatracker.ietf.org/doc/html/rfc2866" class="link external">&raquo;&nbsp;RFC 2866</a>). This package is available
   for Unix (tested on FreeBSD and Linux) and for Windows.
  </p>
  <blockquote class="note"><p><strong class="note">Зауваження</strong>: 
   <p class="para">
    An exact description for libradius can be found
    <a href="http://www.freebsd.org/cgi/man.cgi?query=libradius" class="link external">&raquo;&nbsp;here</a>. A detailed description of the
    configuration file can be found <a href="http://www.freebsd.org/cgi/man.cgi?query=radius.conf" class="link external">&raquo;&nbsp;here</a>.
   </p>
  </p></blockquote>
 </div><?php manual_footer($setup); ?>