Files
pkgsrc-ng/net/freeradius2/patches/patch-ak
2013-09-26 17:14:40 +02:00

16 lines
483 B
Plaintext

$NetBSD: patch-ak,v 1.3 2008/10/12 13:57:27 adrianp Exp $
--- raddb/radiusd.conf.in.orig 2008-09-25 10:41:26.000000000 +0200
+++ raddb/radiusd.conf.in
@@ -164,8 +164,8 @@ pidfile = ${run_dir}/${name}.pid
# It will join all groups where "user" is a member. This can allow
# for some finer-grained access controls.
#
-#user = radius
-#group = radius
+user = @@RADIUS_USER@@
+group = @@RADIUS_GROUP@@
# max_request_time: The maximum time (in seconds) to handle a request.
#