and i make FR to call it during authorize phase.
..
..
[wimax_decorator] Found realm "DEFAULT"
[wimax_decorator] Adding Realm = "DEFAULT"
[wimax_decorator] Authentication realm is LOCAL.
..
..
The problem is that all my subsequent queries suppose the Attribute User-Name to be
utenteA@nap.com instead of
{am=1}utenteA@nap.com so I keep getting
null result set from the Oracle DB since there aren't entries for {
am=1}utenteA@nap.com in the DB. A possible solution could be making the sql module to use Stripped-User-Name instead of the User-Name for the queries but I was looking for a solution that doesn't involve the code.
Am i making any mistake above? Any other ideas?
Thank you,
Lu