Blame SOURCES/freeradius-redhat-config.patch

a827c0
diff -r -u freeradius-server-3.0.0.orig/raddb/radiusd.conf.in freeradius-server-3.0.0/raddb/radiusd.conf.in
a827c0
--- freeradius-server-3.0.0.orig/raddb/radiusd.conf.in	2013-10-07 15:49:47.000000000 -0400
a827c0
+++ freeradius-server-3.0.0/raddb/radiusd.conf.in	2013-10-09 14:10:18.595543308 -0400
a827c0
@@ -71,8 +71,7 @@
a827c0
 cadir   = ${confdir}/certs
a827c0
 run_dir = ${localstatedir}/run/${name}
a827c0
 
a827c0
-# Should likely be ${localstatedir}/lib/radiusd
a827c0
-db_dir = ${raddbdir}
a827c0
+db_dir = ${localstatedir}/lib/radiusd
a827c0
 
a827c0
 #
a827c0
 # libdir: Where to find the rlm_* modules.
a827c0
@@ -376,8 +375,8 @@
a827c0
 	#  member.  This can allow for some finer-grained access
a827c0
 	#  controls.
a827c0
 	#
a827c0
-#	user = radius
a827c0
-#	group = radius
a827c0
+	user = radiusd
a827c0
+	group = radiusd
a827c0
 
a827c0
 	#  Core dumps are a bad thing.  This should only be set to
a827c0
 	#  'yes' if you're debugging a problem with the server.
a827c0
Only in freeradius-server-3.0.0/raddb: radiusd.conf.in~