Re: Problem authenticating PAP users but CHAP OK.

"Sergey Poznyakoff" <[email protected]> Wed, 05 Oct 2005 19:04:34 EEST
Newsgroups gmane.comp.gnu.radius.general
Organization Farlep-Internet
Message-ID <[email protected]>
Hi Graham,

> My GNU Radius server is authenticating CHAP passwords OK but cannot authenticate when using PAP. 

Since CHAP authentication works OK, I suppose that you keep plaintext
passwords in the database, don't you? If so, change your default entry
to the  following:

DEFAULT Auth-Type = Local,
                 Password-Location = SQL,
                 Simultaneous-Use = 1
        Service-Type = Framed-User,
                 Framed-Protocol = PPP

Regards,
Sergey