f7ec7297c8
http://freeradius.org/version2.html The 2.2.x release series is now End Of Life. Only security fixes will be applied to 2.2.x. Fix Tunnel-Password crash from home server. Found by Denis Andzakovic. Fix timer issue when proxying. Update EAP-TTLS so that MPPE keys are correctly calculated with TLSv1.2. Always delete MS-MPPE-* from the TTLS inner tunnel. This allows TTLS / EAP-MSCHAPv2 to work. Don't fall through in empty "case" statements. Fixes #1274.
13 lines
345 B
Text
13 lines
345 B
Text
$NetBSD: patch-ak,v 1.4 2016/10/11 14:12:41 sevan Exp $
|
|
|
|
--- raddb/radiusd.conf.in.orig 2015-09-30 20:37:13.000000000 +0000
|
|
+++ raddb/radiusd.conf.in
|
|
@@ -166,6 +166,8 @@ pidfile = ${run_dir}/${name}.pid
|
|
#
|
|
#user = radius
|
|
#group = radius
|
|
+user = radius
|
|
+group = radius
|
|
|
|
# panic_action: Command to execute if the server dies unexpectedly.
|
|
#
|