/[radius]/radius/raddb/config.in
ViewVC logotype

Diff of /radius/raddb/config.in

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

revision 1.1 by gray, Sun Nov 23 19:12:13 2003 UTC revision 1.2 by gray, Wed Nov 26 21:10:04 2003 UTC
# Line 14  logging { Line 14  logging {
14                  file "radius.log";                  file "radius.log";
15                  print-category yes;                  print-category yes;
16                  print-level yes;                  print-level yes;
17                    prefix-hook "default_log_prefix";
18          };          };
19          channel info {          channel info {
20                  file "radius.info";                  file "radius.info";
21                  print-pid yes;                  print-pid yes;
22                    prefix-hook "default_log_prefix";
23          };                };      
24          channel debug {          channel debug {
25                  file "radius.debug";                  file "radius.debug";
26                    prefix-hook "default_log_prefix";
27          };          };
28          category auth {          category auth {
29                  print-auth yes;                  print-auth yes;
30                  print-failed-pass yes;                  print-failed-pass yes;
                 hook "show_station_ids";  
31          };          };
32          category info {          category info {
33                  channel info;                  channel info;

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.2

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