pkgsrc/net/freeradius2/patches/patch-ak
adrianp 6736b99cac Freeradius version 2.0 of the server is intended to be backwards compatible
with previous versions, but also to have many new features, such as:

* simple policy language (see "man unlang")
* virtual servers (raddb/sites-available/README)
* IPv6 support
* better proxy support (raddb/proxy.conf)
* More EAP types
* Debugging output should be MUCH easier to understand
* VMPS support
* More modules are marked "stable" (python, etc.)
* SQL configuration has been cleaned up (see raddb/sql/*)
* limited support for HUP
* check configuration and exit (radiusd -C)
* Server core is now event based (simpler, more powerful)
2008-05-15 19:43:47 +00:00

15 lines
499 B
Text

$NetBSD: patch-ak,v 1.1.1.1 2008/05/15 19:43:47 adrianp Exp $
--- raddb/radiusd.conf.in.orig 2006-04-20 19:40:29.000000000 +0100
+++ raddb/radiusd.conf.in
@@ -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 = @@RADIUS_USER@@
+group = @@RADIUS_GROUP@@
# max_request_time: The maximum time (in seconds) to handle a request.
#