[RadiusNT] Re: RadLogs not populating

Dale E. Reed Jr. ( (no email) )
Fri, 25 Jun 1999 12:56:20 -0700

David Moore wrote:
>
> I searched around and found a file on the FTP site called
> r25vsa_updt.sql. I ran parts of it and the updated rad attributes
> and values fixed the logging to the Calls table. However, it is no
> longer logging bad passwords etc. to RadLogs. I added the three new
> columns, but it still is not working. RadLogMsgs looks fine. Here is
> my x-15. Is there a checkbox I am missing in admin?

This is not a problem with the DB or DB changed you made, its a
behavioral issue with RadiusNT in both mode. If RadiusNT does
not find the user in the database and you are in bothg mode,
RadiusNT hands the request to the text user check. If the
text user check does not find the user, the error is logged
in the text user check routine, which doesn't have access to
the DB.

This will probably be changed in the next major release.

> Not Found in ODBC, Checking users file...
> rad_auth(): user_find(test) error = Neither User Nor Default Name
> Authenticate: from Radius1 - Neither User Nor Default Name: test

Dale