"VCI Help Desk" <[EMAIL PROTECTED]> wrote: > I did more testing with this Perl script I wrote that uses radtest to > repeatedly test FreeRadius with a username and password file. If the > username is near to the top of the passwd file it has a much smaller chance > of an invalid login compared to a username closer to the bottom of the > passwd file.
It sounds like a bug in the system libraries to me. Try running the server with '-s', and see if the problem resurfaces. > Could the getpwent be causing this or could I have something else wrong? It's getpwent() and friends. See rlm_unix.c Alan DeKok. - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html
