(RADIATOR) 'No such user' in radius.log
William Hernandez
whr at essnet.com
Fri Aug 30 11:47:39 CDT 2002
Hello everyone,
Testing on Radiator 3.3 with
radpwtst -user username -password badpassword
We see the message in radius.log
INFO: Access rejected for username: No such user.
Actually it should say:
INFO: Access rejected for username: Bad password.
The radius.cfg has:
<AuthBy SQL>
Identifier check-active
AuthSelect select password from customer \
where
CONVERT(binary(100),username)=CONVERT(binary(100),'%U') \
and active='Y'
AuthColumnDef 0, User-Password, check
NoDefault
</AuthBy>
Note that the query returns a row, but the password is incorrect.
Please comment.
Thanks in advance,
William
===
Archive at http://www.open.com.au/archives/radiator/
Announcements on radiator-announce at open.com.au
To unsubscribe, email 'majordomo at open.com.au' with
'unsubscribe radiator' in the body of the message.
More information about the radiator
mailing list