--- Make.inc.in | 2 +- raddb/radiusd.conf.in | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Make.inc.in b/Make.inc.in index dce571e..bf9f99f 100644 --- a/Make.inc.in +++ b/Make.inc.in @@ -50,7 +50,7 @@ LDFLAGS = @LDFLAGS@ LOGDIR = ${logdir} RADDBDIR = ${raddbdir} -RUNDIR = ${localstatedir}/run/radiusd +RUNDIR = ${localstatedir}/run/freeradius SBINDIR = ${sbindir} RADIR = ${radacctdir} LIBRADIUS = $(top_builddir)/src/lib/$(LIBPREFIX)freeradius-radius.la diff --git a/raddb/radiusd.conf.in b/raddb/radiusd.conf.in index d7cdc72..ebb35a6 100644 --- a/raddb/radiusd.conf.in +++ b/raddb/radiusd.conf.in @@ -62,7 +62,7 @@ radacctdir = @radacctdir@ # # name of the running server. See also the "-n" command-line option. -name = radiusd +name = freeradius # Location of config and logfiles. confdir = ${raddbdir} @@ -465,8 +465,8 @@ security { # member. This can allow for some finer-grained access # controls. # -# user = radius -# group = radius + user = freerad + group = freerad # Core dumps are a bad thing. This should only be set to # 'yes' if you're debugging a problem with the server. -- 1.7.5.4
participants (1)
-
Stephen R. van den Berg