[Devel] [ openser-Bugs-1495075 ] ERROR:auth_db:generate_avps: subscriber table column `rpid'

SourceForge.net noreply at sourceforge.net
Thu May 25 19:56:25 CEST 2006


Bugs item #1495075, was opened at 2006-05-25 20:45
Message generated for change (Comment added) made by bogdan_iancu
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=743020&aid=1495075&group_id=139143

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: modules
Group: ver devel
Status: Open
>Resolution: Accepted
Priority: 5
Submitted By: Ovidiu Sas (osas)
>Assigned to: Bogdan (bogdan_iancu)
Summary: ERROR:auth_db:generate_avps: subscriber table column `rpid' 

Initial Comment:
While using openser with dbtext, during the
registration process the following logs are showing in
the openser logs:

ERROR:auth_db:generate_avps: subscriber table column
`rpid' has unsuported type. Only string or int columns
are supported by load_credentials.

the default type in sc.dbtext is rpid(str,null)

----------------------------------------------------------------------

>Comment By: Bogdan (bogdan_iancu)
Date: 2006-05-25 20:56

Message:
Logged In: YES 
user_id=1275325

Hi,

Looks like dbtext returns DB_STR type for both STRING and
STR data type; and the auth_db module expects INT or STRING ....
As using STR is more performant than STRING, the fix will in
auth_sb to accept DB_STR also.

regards,
bogdan

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=743020&aid=1495075&group_id=139143



More information about the Devel mailing list