Are there any plans to allow loading of credentials into userspace variables ($var(column)) in addition to AVPs?
Hello,
On 12/02/08 20:54, Alex Balashov wrote:
Are there any plans to allow loading of credentials into userspace variables ($var(column)) in addition to AVPs?
it is an idea and useful. I am currently working in migrating the pseudo-variables from core in pv module and all that want to assign values to PVs should use the set function from pv_spec structure. This function is given via PV API and hides the PV-specific internals - the setting of values for AVP, $var() or something else is done the same way.
I will have a look at auth db module once PVs are migrated.
Cheers, Daniel