I've just reinstalled 0.9.3 and everything is working fine.

This is output from -X mode:

1.0.0
  modcall[authorize]: module "sql" returns ok for request 0
modcall: group authorize returns ok for request 0
  rad_check_password:  Found Auth-Type Local
auth: type Local
auth: user supplied User-Password does NOT match local User-Password
auth: Failed to validate the user.


0.9.3
   modcall[authorize]: module "sql" returns ok for request 0
modcall: group authorize returns ok for request 0
  rad_check_password:  Found Auth-Type Local
auth: type Crypt

It even doesn't care of Auth-Type, PAP, or Local.


Any ideas?



-----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