/[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.8 by gray, Mon Aug 5 08:02:35 2002 UTC revision 1.9 by gray, Sun Apr 27 17:05:11 2003 UTC
# Line 6  option { Line 6  option {
6          source-ip 127.0.0.1;          source-ip 127.0.0.1;
7          # Maximum number of request in queue          # Maximum number of request in queue
8          max-requests 127;          max-requests 127;
9          # Maximum number of threads          # Maximum number of children processes
10          max-threads 128;          max-processes 128;
11          # The following specifies the uid under which external processes          # The following specifies the uid under which external processes
12          # (those triggered by Exec-Program and Exec-Program-Wait          # (those triggered by Exec-Program and Exec-Program-Wait
13          # attributes) should be run. The corresponding gid is determined          # attributes) should be run. The corresponding gid is determined
# Line 35  logging { Line 35  logging {
35                  print-cons yes;         # Duplicate output to /dev/console                  print-cons yes;         # Duplicate output to /dev/console
36                  print-level yes;        # Output severity level description                  print-level yes;        # Output severity level description
37                  print-severity yes;     # Synonim for the above                  print-severity yes;     # Synonim for the above
                 print-tid yes;          # Print thread ID.  
38                  print-milliseconds yes; # Print timestamp with milliseconds                  print-milliseconds yes; # Print timestamp with milliseconds
39                  print-category yes;     # Print category description                  print-category yes;     # Print category description
40          };                };      
# Line 115  acct { Line 114  acct {
114                                   # requests. Allowed values are 1 through 9                                   # requests. Allowed values are 1 through 9
115  };  };
116    
 ## This controls the proxy service  
 proxy {  
         max-requests 24;        # Maximum number of ACCT requests in queue  
         request-cleanup-delay 60; # Number of seconds the request remains  
                                   # in queue after being processed  
 };  
   
117  # DBM handling. Can be one of  # DBM handling. Can be one of
118  #       no      -       Never to use DBM database  #       no      -       Never to use DBM database
119  #       yes     -       Use only DBM database and ignore users  #       yes     -       Use only DBM database and ignore users
# Line 161  rewrite { Line 153  rewrite {
153  guile {  guile {
154          debug yes;              # Enable debug mode          debug yes;              # Enable debug mode
155          gc-interval 3600;       # Perform GC each hour          gc-interval 3600;       # Perform GC each hour
         task-timeout 10;        # Maximum time a single scheme task is allowed  
                                 # to run  
156          load-path "/usr/local/libexec/guile"; # Add given path to guile's          load-path "/usr/local/libexec/guile"; # Add given path to guile's
157                                                # %load-list                                                # %load-list
158          load "lib.scm";         # Load given file          load "lib.scm";         # Load given file
# Line 185  filters { Line 175  filters {
175          filter ttl_filter {          filter ttl_filter {
176                  exec-path "/usr/local/libexec/ttl-compute -f -";                  exec-path "/usr/local/libexec/ttl-compute -f -";
177                  error-log "ttl.log";                  error-log "ttl.log";
                 common yes;  
178                  auth {                  auth {
179                          input-format "%C{User-Name} ?";                          input-format "%C{User-Name} ?";
180                          wait-reply yes;                          wait-reply yes;

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