1 diff -ruN freeradius-1.1.1-old/raddb/eap.conf freeradius-1.1.1-new/raddb/eap.conf
2 --- freeradius-1.1.1-old/raddb/eap.conf 2006-01-04 15:29:29.000000000 +0100
3 +++ freeradius-1.1.1-new/raddb/eap.conf 2006-05-22 23:29:11.000000000 +0200
5 # User-Password, or the NT-Password attributes.
6 # 'System' authentication is impossible with LEAP.
16 # the users password will go over the wire in plain-text,
21 # The default challenge, which many clients
23 #challenge = "Password: "
25 # configured for the request, and do the
26 # authentication itself.
36 # of MS-CHAPv2 in EAP by Cisco, which FreeRADIUS does not
45 diff -ruN freeradius-1.1.1-old/raddb/radiusd.conf.in freeradius-1.1.1-new/raddb/radiusd.conf.in
46 --- freeradius-1.1.1-old/raddb/radiusd.conf.in 2006-02-10 16:12:02.000000000 +0100
47 +++ freeradius-1.1.1-new/raddb/radiusd.conf.in 2006-05-22 23:33:53.000000000 +0200
50 # Location of config and logfiles.
52 -run_dir = ${localstatedir}/run/radiusd
53 +run_dir = ${localstatedir}/run
56 # The logging messages for the server are appended to the
59 -log_file = ${logdir}/radius.log
60 +log_file = ${logdir}/radiusd.log
63 # libdir: Where to find the rlm_* modules.
67 # The program to execute to do concurrency checks.
68 -checkrad = ${sbindir}/checkrad
69 +#checkrad = ${sbindir}/checkrad
71 # SECURITY CONFIGURATION
75 # allowed values: {no, yes}
78 -$INCLUDE ${confdir}/proxy.conf
80 +#$INCLUDE ${confdir}/proxy.conf
83 # CLIENTS CONFIGURATION
85 # 'snmp' attribute to 'yes'
88 -$INCLUDE ${confdir}/snmp.conf
89 +#$INCLUDE ${confdir}/snmp.conf
92 # THREAD POOL CONFIGURATION
94 # For all EAP related authentications.
95 # Now in another file, because it is very large.
97 -$INCLUDE ${confdir}/eap.conf
98 +#$INCLUDE ${confdir}/eap.conf
100 # Microsoft CHAP authentication
102 @@ -1046,8 +1046,8 @@
105 usersfile = ${confdir}/users
106 - acctusersfile = ${confdir}/acct_users
107 - preproxy_usersfile = ${confdir}/preproxy_users
108 +# acctusersfile = ${confdir}/acct_users
109 +# preproxy_usersfile = ${confdir}/preproxy_users
111 # If you want to use the old Cistron 'users' file
112 # with FreeRADIUS, you should change the next line
113 @@ -1221,7 +1221,7 @@
114 # For MS-SQL, use: ${confdir}/mssql.conf
115 # For Oracle, use: ${confdir}/oraclesql.conf
117 - $INCLUDE ${confdir}/sql.conf
118 +# $INCLUDE ${confdir}/sql.conf
121 # For Cisco VoIP specific accounting with Postgresql,
122 @@ -1694,7 +1694,7 @@
123 # The entire command line (and output) must fit into 253 bytes.
125 # e.g. Framed-Pool = `%{exec:/bin/echo foo}`
130 # The expression module doesn't do authorization,
131 @@ -1707,7 +1707,7 @@
132 # listed in any other section. See 'doc/rlm_expr' for
139 # We add the counter module here so that it registers
140 @@ -1734,7 +1734,7 @@
141 # 'raddb/huntgroups' files.
143 # It also adds the %{Client-IP-Address} attribute to the request.
148 # If you want to have a log of authentication requests,
149 @@ -1747,7 +1747,7 @@
151 # The chap module will set 'Auth-Type := CHAP' if we are
152 # handling a CHAP request and Auth-Type has not already been set
157 # If the users are logging in with an MS-CHAP-Challenge
158 @@ -1775,7 +1775,7 @@
159 # Otherwise, when the first style of realm doesn't match,
160 # the other styles won't be checked.
167 @@ -1784,11 +1784,11 @@
169 # It also sets the EAP-Type attribute in the request
170 # attribute list to the EAP type from the packet.
175 # Read the 'users' file
180 # Look in an SQL database. The schema of the database
181 @@ -1842,24 +1842,24 @@
182 # PAP authentication, when a back-end database listed
183 # in the 'authorize' section supplies a password. The
184 # password can be clear-text, or encrypted.
193 # Most people want CHAP authentication
194 # A back-end database listed in the 'authorize' section
195 # MUST supply a CLEAR TEXT password. Encrypted passwords
205 # MSCHAP authentication.
206 - Auth-Type MS-CHAP {
209 +# Auth-Type MS-CHAP {
214 # If you have a Cisco SIP server authenticating against
215 @@ -1877,7 +1877,7 @@
216 # containing CHAP-Password attributes CANNOT be authenticated
217 # against /etc/passwd! See the FAQ for details.
222 # Uncomment it if you want to use ldap for authentication
224 @@ -1890,7 +1890,7 @@
227 # Allow EAP authentication.
233 @@ -1898,12 +1898,12 @@
234 # Pre-accounting. Decide which accounting type to use.
241 # Ensure that we have a semi-unique identifier for every
242 # request, and many NAS boxes are broken.
247 # Look for IPASS-style 'realm/', and if not found, look for
248 @@ -1913,12 +1913,12 @@
249 # Accounting requests are generally proxied to the same
250 # home server as authentication requests.
257 # Read the 'acct_users' file
263 @@ -1929,20 +1929,20 @@
264 # Create a 'detail'ed log of the packets.
265 # Note that accounting requests which are proxied
266 # are also logged in the detail file.
271 # Update the wtmp file
273 # If you don't use "radlast", you can delete this line.
278 # For Simultaneous-Use tracking.
280 # Due to packet losses in the network, the data here
281 # may be incorrect. There is little we can do about it.
286 # Return an address to the IP Pool when we see a stop record.
287 @@ -1970,7 +1970,7 @@
288 # or rlm_sql module can handle this.
289 # The rlm_sql module is *much* faster
295 # See "Simultaneous Use Checking Querie" in sql.conf
296 @@ -2073,5 +2073,5 @@
297 # hidden inside of the EAP packet, and the end server will
298 # reject the EAP request.