On Wednesday 27 July 2011, Alex Balashov wrote:
When I try this:
modparam("auth_db", "load_credentials",
"$var(x)=some_col");
I get a parse error:
malformed or non AVP $var(customer_bg_id) AVP definition
Is there any particular reason these days why auth_db columns have to be
loaded to AVPs only?
Hi Alex,
i had a quick look to the code, it seems that the parse_aaa_avps(..) function
in the module only considers AVPs.
Best regards,
Henning