openbsd-ports/net/freeradius/patches/patch-raddb_radiusd_conf_in
rui 3269452d02 update freeradius to 1.1.7, the focus of this release is stability.
A number of bugs that found in 1.1.6 have been fixed.

ok Tim Kornau (maintainer), sthen@
2007-09-16 22:11:31 +00:00

62 lines
1.6 KiB
Plaintext

$OpenBSD: patch-raddb_radiusd_conf_in,v 1.3 2007/09/16 22:11:31 rui Exp $
--- raddb/radiusd.conf.in.orig Mon Jul 16 11:53:13 2007
+++ raddb/radiusd.conf.in Sat Sep 15 09:46:18 2007
@@ -23,7 +23,7 @@
prefix = @prefix@
exec_prefix = @exec_prefix@
sysconfdir = @sysconfdir@
-localstatedir = @localstatedir@
+localstatedir = /var
sbindir = @sbindir@
logdir = @logdir@
raddbdir = @raddbdir@
@@ -71,7 +71,7 @@ log_file = ${logdir}/radius.log
# make
# make install
#
-libdir = @libdir@
+libdir = @prefix@/lib/freeradius
# pidfile: Where to place the PID of the RADIUS server.
#
@@ -106,8 +106,8 @@ pidfile = ${run_dir}/radiusd.pid
# that the debugging mode server is running as a user that can read the
# shadow info, and the user listed below can not.
#
-#user = nobody
-#group = nobody
+user = _freeradius
+group = _freeradius
# max_request_time: The maximum time (in seconds) to handle a request.
#
@@ -425,8 +425,8 @@ security {
#
# allowed values: {no, yes}
#
-proxy_requests = yes
-$INCLUDE ${confdir}/proxy.conf
+proxy_requests = no
+# $INCLUDE ${confdir}/proxy.conf
# CLIENTS CONFIGURATION
@@ -665,7 +665,7 @@ modules {
# For all EAP related authentications.
# Now in another file, because it is very large.
#
-$INCLUDE ${confdir}/eap.conf
+ $INCLUDE ${confdir}/eap.conf
# Microsoft CHAP authentication
#
@@ -1253,7 +1253,7 @@ $INCLUDE ${confdir}/eap.conf
# For MS-SQL, use: ${confdir}/mssql.conf
# For Oracle, use: ${confdir}/oraclesql.conf
#
- $INCLUDE ${confdir}/sql.conf
+ # $INCLUDE ${confdir}/sql.conf
# For Cisco VoIP specific accounting with Postgresql,