radrelay is the solution. As for a detail file, either use Acct-Type like:

acct_users: DEFAULT     Realm == "myrealm.com", Acct-Type := myrealm

detail {
        detailfile = ${radacctdir}/detail
        [...]
}

accounting{
        Acct-Type myrealm {
                detail
        }
}

or just use the Realm attribute in the detail file path:

detail {
        detailfile = ${radacctdir}/%{Realm:-DEFAULT}/detail
        [...]
}


Thanks for this clear answer!

regards,
christian

- List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

Reply via email to