/[radius]/radius/doc/texinfo/debug.texi
ViewVC logotype

Diff of /radius/doc/texinfo/debug.texi

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.8 by gray, Mon Oct 27 07:45:43 2003 UTC revision 1.9 by gray, Sat Nov 8 09:48:08 2003 UTC
# Line 1  Line 1 
1  @c This is part of the Radius manual.  @c This is part of the Radius manual.
2  @c Copyright (C) 1999,2000,2001,2002,2003 Sergey Poznyakoff  @c Copyright (C) 1999,2000,2001,2002,2003 Free Software Foundation, Inc.
3    @c Written by Sergey Poznyakoff
4  @c See file radius.texi for copying conditions.  @c See file radius.texi for copying conditions.
5  @comment *******************************************************************  @comment *******************************************************************
6  @node Problem Tracking, Extensions, Logging, Top  @node Problem Tracking, Extensions, Logging, Top
# Line 17  Line 18 
18  @section Rule Tracing  @section Rule Tracing
19  @cindex Rule Tracing  @cindex Rule Tracing
20    
21    If you have more than one entry in your @file{users} file it is not
22    always obvious which of the entries were used for authentication. The
23    authentication data flow becomes even harder to understand if there
24    are some complex rules in the @file{hints} and @file{huntgroups}
25    files.
26    
27    
28    @smallexample
29    @group
30    DEFAULT  Prefix = "tweedle-"
31             Scheme-Acct-Procedure = "tweedle-acct",
32                       Strip-User-Name = No
33    @end group
34    @end smallexample
35    
36    @smallexample
37    @group
38    DEFAULT  Prefix = "tweedle-",
39                  Auth-Type = SQL,
40                  Simultaneous-Use = 1
41             Service-Type = Login-User,
42                  Login-IP-Host = 192.168.0.1,
43                  Login-Service  = Telnet
44    
45    DEFAULT  Group = "ppp",
46                  Auth-Type = SQL,
47                  Simultaneous-Use = 1
48            Service-Type = Framed-User,
49                  Framed-Protocol = PPP
50    @end group
51    @end smallexample
52    
53    @smallexample
54    @cartouche
55    Nov 06 21:25:24: Auth.notice: (AUTHREQ local 61 aud):
56      Login OK [tweedle-dum], CLID unknown
57    @end cartouche
58    @end smallexample
59    
60  @comment *******************************************************************  @comment *******************************************************************
61  @node Debugging  @node Debugging
62  @section Debugging  @section Debugging

Legend:
Removed from v.1.8  
changed lines
  Added in v.1.9

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26