freeradius_2.0.3+mysql

SANDY KALUGDAN sandykalugdan at yahoo.com
Thu Apr 3 09:27:59 CEST 2008


I'm new in using the marvelous work but I can't seem to authenticate properly using my current conf files. I've done my home work by reading all the howtos + wiki I can but still I'm stuck with authenticating my users.
Expert comments will be highly appreciated.

/etc/raddb/radiusd.conf
instantiate {
        exec
        expr
}
authorize {
        preprocess
        chap
        mschap
        suffix
        sql
}
authenticate {
        Auth-Type PAP {
                pap
        }
        Auth-Type CHAP {
                chap
        }
        Auth-Type MS-CHAP {
                mschap
        }
}
preacct {
        preprocess
        acct_unique
        suffix
        files
}
accounting {
        detail
        unix
        sql
        radutmp
}
session {
        radutmp
}
post-auth {
}
pre-proxy {
}


/etc/raddb/clients.conf
client 127.0.0.1 {
        secret          = testing123
        shortname       = localhost
}
client 192.168.182.1/24 {
        secret          = testing123
        shortname       = private-network-1
}

/etc/raddb/proxy.conf
proxy server {
        synchronous = no
        retry_delay = 5
        retry_count = 3
        dead_time = 120
        default_fallback = yes
        post_proxy_authorize = yes
}
realm LOCAL {
        type            = radius
        authhost        = LOCAL
        accthost        = LOCAL
        secret          = testing123
}
realm NULL {
        type            = radius
        authhost        = LOCAL
        accthost        = LOCAL
        secret          = testing123
}



Send instant messages to your online friends http://uk.messenger.yahoo.com 




More information about the Freeradius-Users mailing list