/[radius]/radius/examples/config.syntax
ViewVC logotype

Diff of /radius/examples/config.syntax

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

revision 1.19 by gray, Fri Nov 7 14:47:00 2003 UTC revision 1.20 by gray, Wed Nov 26 21:03:23 2003 UTC
# Line 46  option { Line 46  option {
46    
47  logging {  logging {
48          # This defines output channel `info'. The output will go to a file          # This defines output channel `info'. The output will go to a file
49          # named <radlog_dir>/radius.info. (<radlog_dir> is /var/log on BSD-          # named <radlog_dir>/radius.info.
         # like systems and /usr/adm on System-V systems. It's value  
         # can be determined from output of radiusd -v.)  
50          #          #
51          channel info {          channel info {
52                  file "radius.info";                  file "radius.info";
# Line 58  logging { Line 56  logging {
56                  print-severity yes;     # Synonim for the above                  print-severity yes;     # Synonim for the above
57                  print-milliseconds yes; # Print timestamp with milliseconds                  print-milliseconds yes; # Print timestamp with milliseconds
58                  print-category yes;     # Print category description                  print-category yes;     # Print category description
59                    prefix-hook "log-prefix"  
60                    suffix-hook "log-suffix"
61          };          };
62    
63          # This defines output channel that sends it info to syslog whith          # This defines output channel that sends it info to syslog whith
# Line 71  logging { Line 71  logging {
71          category auth {          category auth {
72                  print-auth yes;         # Output any authentication info                  print-auth yes;         # Output any authentication info
73                  print-failed-pass yes;  # Output failed password                  print-failed-pass yes;  # Output failed password
74                  print-pass no;          # Output password (very insecure!)                  print-pass no;          # Do not log correct passwords
75          };          };
76    
77          # Send notice logs to another channel          # Send notice logs to another channel

Legend:
Removed from v.1.19  
changed lines
  Added in v.1.20

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