I'm having a problem with authenticating md5 encrypted passwords.

Here is my config :

<AuthBy SQL>
        # Adjust DBSource, DBUsername, DBAuth to suit your DB
        DBSource        dbi:Pg:dbname=radiusdb
        DBUsername      postgres
        DBAuth          password

        RejectEmptyPassword

        AuthSelect select ENCRYPTEDPASSWORD,CHECKATTR,REPLYATTR from
SUBSCRIBERS where USERNAME='%U'
        AuthColumnDef 0, User-Password, check
</AuthBy>

I'm getting the following message - "Access rejected for user: Bad Password"

ENCRYPTEDPASSWORD is $1$<md5 encrypted password>

I don't know what I am missing.

Thanks
Jason
===
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.

Reply via email to