Hello. I'm installed FreeRADIUS 1.0.1. And got strange parse config bug
If i'm used section from wrong.conf., i'm got :
reread_config:  reading radiusd.conf
Config:   including file: /etc/raddb/clients.conf
Config:   including file: /etc/raddb/cakesql.conf
/etc/raddb/radiusd.conf[195]: Unexpected end of file
Errors reading radiusd.conf

If i'm used section from right.conf, i'm got :
/usr/sbin/check-radiusd-config: line 55: 14747 Killed $sbindir/radiusd -X -p 32768 >startup.log 2>&1
Radius server configuration looks OK.


I'm don't understand this ;)

PS: Config files attached.

authenticate {
        Auth-Type PAP {
                pap
        }

        Auth-Type CHAP {
                chap
        }

        Auth-Type MS-CHAP {
                mschap
        }

}

authenticate {
    Auth-Type PAP { pap }
    Auth-Type CHAP { chap }
    Auth-Type MS-CHAP { mschap }
}

Reply via email to