27 Nov
2007
27 Nov
'07
3:03 p.m.
Frank Everitt wrote:
Hi Alan... This is what I'm getting.... ... rad_check_password: Found Auth-Type System auth: type "System" Processing the authenticate section of radiusd.conf modcall: entering group authenticate for request 14 modcall[authenticate]: module "unix" returns notfound for request 14
That's pretty definitive.
I'm using the UNIX module (see below). Maybe it's a Solaris issue and not freeradius. ... What ya think????/
Looks like a Solaris issue. FreeRADIUS just calls getpwent(). If that returns "notfound", it's not the fault of FreeRADIUS. Alan DeKok.