openbsd-ports/net/freeradius/pkg/MESSAGE-main
sthen 0e699bd9f7 Update freeradius-server to 2.1.8; fixes licensing (was GPL linked
with OpenSSL; this version adds an exemption clause). Much cleanup of
the port, particularly giving a simpler installation for new users.

Thanks pea@ for testing. Maintainer timeout.
2010-05-17 16:39:25 +00:00

16 lines
566 B
Plaintext

Review the sample configuration files in ${SYSCONFDIR}/raddb (starting
with radiusd.conf) and adapt as necessary. For the first run, start
radiusd manually with the -X flag.
To have freeradius start at system boot, you may insert the following
into /etc/rc.local:
if [ -x ${PREFIX}/sbin/radiusd ]; then
install -d -o _freeradius /var/run/radiusd
echo -n ' radiusd'; ${PREFIX}/sbin/radiusd
fi
This will start radiusd and use ${SYSCONFDIR}/raddb/radiusd.conf for the
configuration. Example configuration files can be found in
${PREFIX}/share/examples/freeradius.