openbsd-ports/net/radiusd-lucent/pkg/MESSAGE
david 32bf3deee8 necessary is spelled necessary.
similar is spelled similar.
functionality is spelled functionality.
ok brad@ jmc@
2003-02-26 15:13:04 +00:00

21 lines
665 B
Plaintext

+---------------
| The RADIUS configuration files belong in ${SYSCONFDIR}/raddb. Examples
| and extra documentation can be found in the following locations:
|
| ${PREFIX}/share/examples/radiusd-lucent
| ${PREFIX}/share/doc/radiusd-lucent
|
| You will need to edit /etc/rc.local as appropriate and add a
| section similar to the following:
|
| if [ -x ${PREFIX}/sbin/radiusd ]; then
| ${PREFIX}/sbin/radiusd && echo -n ' radiusd'
| fi
|
| RADIUS accounting information is created in /var/log/radacct. This
| directory must be created before it can be used.
|
| install -d -m 700 -o root -g wheel /var/log/radacct
|
+---------------