ports/net/freeradius/patches/patch-raddb_radiusd_conf_in

23 lines
574 B
Text

Index: raddb/radiusd.conf.in
--- raddb/radiusd.conf.in.orig
+++ raddb/radiusd.conf.in
@@ -135,7 +135,7 @@ db_dir = ${raddbdir}
# make
# make install
#
-libdir = @libdir@
+libdir = @libdir@/freeradius
# pidfile: Where to place the PID of the RADIUS server.
#
@@ -510,8 +510,8 @@ security {
# member. This can allow for some finer-grained access
# controls.
#
-# user = radius
-# group = radius
+ user = _freeradius
+ group = _freeradius
# Core dumps are a bad thing. This should only be set to
# 'yes' if you're debugging a problem with the server.