/[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.13 by gray, Wed Jun 11 20:45:31 2003 UTC revision 1.14 by gray, Sun Jun 15 14:15:03 2003 UTC
# Line 11  option { Line 11  option {
11          # Child terminates if it does not receive any requests within          # Child terminates if it does not receive any requests within
12          # this number of seconds:          # this number of seconds:
13          process-idle-timeout 3600;          process-idle-timeout 3600;
14            # The following two statements set timeout values for the
15            # master process I/O operations. If the master is not able
16            # to perform the I/O within the corresponding interval
17            # of time, it kills the child it was trying to communicate with
18            # and resumes further operation. The value of zero means no timeout
19            # at all (the default).
20            master-read-timeout 0;
21            master-write-timeout 0;
22          # The following specifies the uid under which external processes          # The following specifies the uid under which external processes
23          # (those triggered by Exec-Program and Exec-Program-Wait          # (those triggered by Exec-Program and Exec-Program-Wait
24          # attributes) should be run. The corresponding gid is determined          # attributes) should be run. The corresponding gid is determined

Legend:
Removed from v.1.13  
changed lines
  Added in v.1.14

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