On Wednesday 18 March 2009, Iñaki Baz Castillo wrote:
Hi, I don't want/need the "rpid" column
in "subscriber" table but if I
delete it I get an error:
[..]
If defined to NULL string, all RPID functions will fail at runtime.
------------
I expected that if I set:
modparam("auth", "rpid_avp", "NULL")
then "auth_db" module wouldn't require "rpid" column, but I must
be
wrong since I get an error:
------
ERROR:auth:init_rpid_avp: malformed or non AVP NULL AVP definition
------
Hi Iñaki,
a NULL string in the configuration is this: "", so try
modparam("auth", "rpid_avp", "") :-)
Cheers,
Henning