Fix typo in error message
[freeradius.git] / doc / aaa.rst
index 80b94eb..5d897c6 100644 (file)
@@ -1,17 +1,17 @@
-How Authorization, Authentication, and Accounting requests are handled
-----------------------------------------------------------------------
+Authorization, Authentication, and Accounting request handling
+==============================================================
 
 There are a lot of questions about misconfigured FreeRADIUS servers
 because of misunderstanding of FreeRADIUS operations.  This document
 explains how the server operates.
 
-
 Normally there are 2 steps in processing authentication request coming
 from NAS in FreeRADIUS (plus additional steps to proxy request if we
 use FreeRADIUS as a proxy): authorization and authentication.
 
 
-AUTHORIZATION
+Authorization
+-------------
 
 Authorization is a process of obtaining information about the user
 from external source (file, database or LDAP), and checking that the
@@ -25,8 +25,8 @@ that for example, a user may not be permitted to use a particular
 authentication method.  So during the authorize phase, we can deny
 them the ability to use that kind of authentication.
 
-
-AUTHENTICATION
+Authentication
+--------------
 
 Authentication is simply a process of comparing user's credentials in
 request with credentials stored in database.  Authentication usually
@@ -42,7 +42,8 @@ only an authorization module, as dial-in users are not normally given
 passwords to access an SQL server.
 
 
-PROCESSING A REQUEST
+Request Processing
+------------------
 
 During authorization and authentication processes, there are 3 lists
 of RADIUS attributes supported by FreeRADIUS: request items, config
@@ -96,7 +97,3 @@ value of 'MS-CHAP' into same list.  The same goes for NT-Password
 (before calling MS-CHAP Password attribute should be converted to
 NT-Password, it may be achieved by calling mschap module in
 authorization section after module which does actual authorization).
-
-
-$Date$
-by 3APA3A <3APA3A@SECURITY.NNOV.RU>