Add files from parent branch HEAD:
[pkgsrcv2.git] / net / freeradius / MESSAGE.pam
1 ===========================================================================
2 $NetBSD: MESSAGE.pam,v 1.1 2006/08/11 16:22:04 adrianp Exp $
3
4 Certain PAM modules require that radiusd run as root in order to
5 perform privileged operations.  However, other PAM modules (e.g. pam-dbm),
6 will work with with radiusd running as non-root if the non-root user is
7 given the permissions necessary.
8
9 If you will be using a PAM module that requires radiusd to run as root
10 you can set the following in /etc/mk.conf:
11
12         RADIUS_USER=root
13         RADIUS_GROUP=wheel
14
15 And then re-install freeradius.  Alternatively, you can just change the
16 following settings in your ${PKG_SYSCONFDIR}/radiusd.conf
17
18         user = root
19         group = wheel
20
21 ===========================================================================