/[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.18 by gray, Fri Oct 31 15:00:25 2003 UTC revision 1.19 by gray, Fri Nov 7 14:47:00 2003 UTC
# Line 107  auth { Line 107  auth {
107          # as shown in the example:          # as shown in the example:
108          listen localhost, 192.168.10.1:1842;          listen localhost, 192.168.10.1:1842;
109    
110            # To disable authentication altogether use the following syntax:
111            #
112            # listen no;
113    
114          forward remote, remote2:1645;          forward remote, remote2:1645;
115    
116          # Maximum number of AUTH requests in queue          # Maximum number of AUTH requests in queue
# Line 159  acct { Line 163  acct {
163          # interfaces available.          # interfaces available.
164          listen localhost, 192.168.10.1:1843;          listen localhost, 192.168.10.1:1843;
165    
166            # To disable accounting altogether use the following syntax:
167            #
168            # listen no;
169    
170          # Do the request detail accounting (default)          # Do the request detail accounting (default)
171          detail yes;          detail yes;
172    
# Line 196  snmp { Line 204  snmp {
204          # Same as in auth and acct.          # Same as in auth and acct.
205          listen localhost:160;          listen localhost:160;
206    
207            # To disable listening on SNMP ports, use:
208            #
209            # listen no;
210    
211          # Maximum number of SNMP requests in queue          # Maximum number of SNMP requests in queue
212          max-requests 24;          max-requests 24;
213    

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

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