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 [EMAIL PROTECTED]
To unsubscribe, email '[EMAIL PROTECTED]' with
'unsubscribe radiator' in the body of the message.