Subject: Re: pam_radius seems to be completely broken in NetBSD-3.x, probably
To: Brian Buhrow <buhrow@lothlorien.nfbcal.org>
From: Adrian Portelli <adrianp@stindustries.net>
List: current-users
Date: 02/24/2007 18:14:23
Brian Buhrow wrote:
> Hello. I am working on a project which uses various pam modules for
> various kinds of authentication. In testing the pam_radius.so library, I
> notice that it's missing most of the entry points necessary for the main
> module to load it. This state of affairs appears to have existed since the
> package was imported from FreeBSD. Note that this doesn't prevent it from
> building, but it does prevent it from being loaded at run time by the pam
> dynamic loader.
> I think I know how to fix this, and I'll open a problem report when I
> have a working fix, but I wanted to write and ask if anyone has used the
> pam_radius module under NetBSD, and, if so, howyou made it work?
> -thanks
> -Brian
>
Hi,
I bumped into some issues with pam_radius a little while ago and
documented them here:
http://www.netbsd.org/cgi-bin/query-pr-single.pl?number=34223
I ended up importing and using security/pam-radius instead which suits
my needs well.
adrian.