6736b99cac
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)
17 lines
764 B
Text
17 lines
764 B
Text
===========================================================================
|
|
$NetBSD: MESSAGE,v 1.1.1.1 2008/05/15 19:43:47 adrianp Exp $
|
|
|
|
Note to users who have been running radiusd as root before:
|
|
|
|
As radiusd now runs unprivileged by default (as ${RADIUS_USER}:${RADIUS_GROUP}),
|
|
you'll have to adapt some permissions:
|
|
|
|
${CHOWN} -R ${RADIUS_USER}:${RADIUS_GROUP} ${VARBASE}/run/radiusd
|
|
${CHOWN} -R ${RADIUS_USER}:${RADIUS_GROUP} ${PKG_SYSCONFDIR}
|
|
${FIND} ${PKG_SYSCONFDIR} -type d | ${XARGS} ${CHMOD} 0750
|
|
${FIND} ${PKG_SYSCONFDIR} -type f | ${XARGS} ${CHMOD} 0640
|
|
|
|
In addition to this the base logging directory has now been moved from
|
|
${VARBASE}/log to ${VARBASE}/log/radiusd.
|
|
|
|
===========================================================================
|