On Aug 19, 2019, at 1:41 PM, Artis Caune <artis.caune@gmail.com> wrote:
Can someone please point me in right direction of why reply attributes gets deleted from internal proxy reply ?
They don't get deleted, they just don't get copied across.
If I use:
DEFAULT Proxy-To-Realm := "dialup"
realm dialup { virtual_server = dialup } server dialup { authorize { dialup_sql_auth pap } authenticate { Auth-Type PAP { pap } } post-auth { update reply { &Alc-Subsc-ID-Str := "DIALUP-%{%{Stripped-User-Name}:-%{User-Name}}" }
add: update { &outer.reply += &reply } And it will copy the reply over to the parent. We're not going to "fix" this in v3, unfortunately. People rely on the existing behaviour, and we can't really change that. Alan DeKok.