I have some extra columns to load from the 'subscriber' table':
modparam("auth_db", "load_credentials", "$avp(s:fruit_id)=fruit_id");
Is there any way to get auth_db to only load this column for one realm and not another? I use multiple realms (tables) and one of them doesn't have this column.