Hi list,
 
    I need change auth-type in Server Freeradius, but I dont't make it. I find in archive list and
i still not found.
    My freeradius its configured with authenticate MySQL and my passwords was MD5.
    How to change Auth-type for MD5 passwords.
 
   My radiusd.conf:
 
modules {
        pap   {    encryption_scheme = md5     }
        chap {    authtype = md5                     }
        pam  {    pam_auth = radiusd              }
        unix  {    cache = no
                    cache_reload = 600
                    radwtmp = ${logdir}/radwtmp
                                                               }
        mschap {
     authtype = md5              }
 
authorize {
        preprocess
        eap
        suffix
        sql
}
accounting {
        acct_unique
        detail
        sql
        radutmp
}
Log for "radius.log":
 
modcall[authorize]: module "sql" returns notfound for request 0
modcall: group authorize returns ok for request 0
auth: No authenticate method (Auth-Type) configuration found for the request: Rejecting the user
auth: Failed to validate the user.
 
 
    Thanks for any help and sorry my english...
 
At. Coolins Paker
 

Reply via email to