Freeradius proxy.conf login based

Olivier CALVANO o.calvano at gmail.com
Sun Jul 14 09:27:04 CEST 2019


Hi

Actually i use proxy.conf for forward auth-request to the good radius
server:

realm "~(myrealm.realm)" {
        auth_pool = pool-auth.myrealm.realm
        acct_pool = pool-acct.myrealm.realm
        nostrip
}

login at myrealm.realm work's very good.

but for one supplier, i want forward based on login, sample:

realm "MSP-*@OTHER" {
        auth_pool = pool-auth.myrealm.realm
        acct_pool = pool-acct.myrealm.realm
        nostrip
}


it's possible ? i think's that i don't have the good synthaxe of realm
because that's don't work

thanks for your help

regards


More information about the Freeradius-Users mailing list