Jim Radeline <[EMAIL PROTECTED]> wrote: > I'm trying to run freeradius .7 on BSD/OS 4.3 and I can't get it to > authenticate to the UNIX password file. I can authenticate to the users > file but it always rejects the UNIX authentication as follows:
Have you tried commenting out the 'passwd' and 'shadow' lines in the configuration for the 'unix' module? Maybe the issues with BSD/OS are the same as with FreeBSD. > When I start the server, I recieve the following errors: > > radiusd: '/usr/contrib/lib/freeradius/librlm_unix.a' is not an ELF file So libtool doesn't work well, on your system. Big surprise. The simplest way to get rid of these messages is to re-build the server with9out shared libraries. See the FAQ for details. Alan DeKok. - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html
