Hi All!

Really, I don't think that the problem is in config file, or in Auth-Type. I
use freeradius not for dial-up users only, but for athentication of telnet
and console clients. Their passwords are also encrypted, but
Auth-Type=Local. They don't use any PAP.

My radiusd.conf

modules {
  pap {
                encryption_scheme = crypt
        }

authenticate {
    Auth-Type PAP {
                pap
        }




-----Original Message-----
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of nsinit
Sent: Monday, July 12, 2004 6:29 AM
To: [EMAIL PROTECTED]
Subject: Re: PAP Crypt-Password problem


your radius.conf ?

The correct configuration in radiusd.conf:    (PAP+rlm_sql_mysql)

modules {
 ...
        pap {
                encryption_scheme = crypt
        }
 ...
}

authenticate {
...
        Auth-Type PAP {
                pap
        }
...
}

and in radcheck:
        Auth-Type := PAP




        =nsinit=




-
List info/subscribe/unsubscribe? See
http://www.freeradius.org/list/users.html


- 
List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

Reply via email to