Additional information: in the authenticate part in the radiusd.conf I have
this, and I want to know what should I use since in the version 0.5 the
sentence sql is not allowed.?

authenticate {
        pap
#       pam
#       unix
#       ldap
#       mschap
#       eap
authorize {
#       preprocess
#       counter
#       attr_filter
#       eap
        suffix
        sql
        files
#       mschap
}

2.- Besides that, I wonder where I should tell freeradius to authentificate
with mysql ? (I'm using and ascend max600)

Here us what you should have in the authorize section

authorize {
        preprocess
#      counter
#      attr_filter
#      eap
        suffix
        sql
#       files
#       mschap
}

Notice that files is commented out.


Jim

Reply via email to