28 Nov
2007
28 Nov
'07
3:02 a.m.
On Nov 27, 2007 10:03 PM, Alan DeKok <aland@deployingradius.com> wrote:
Frank Everitt wrote:
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.
Maybe to eliminate the problem and conclude that this is indeed a Solaris issue you could write a small c program that would fetch the password in much the same way as freeradius does and see that it fails under the same conditions. Regards, Liran.