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

SourceForge.net noreply at sourceforge.net
Fri May 26 07:21:25 CEST 2006


Bugs item #1495075, was opened at 2006-05-25 13:45
Message generated for change (Comment added) made by osas
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: Fixed
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: Ovidiu Sas (osas)
Date: 2006-05-26 01:21

Message:
Logged In: YES 
user_id=1395524

tested ok

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

Comment By: Ovidiu Sas (osas)
Date: 2006-05-26 01:14

Message:
Logged In: YES 
user_id=1395524

tested ok

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

Comment By: Ovidiu Sas (osas)
Date: 2006-05-26 01:13

Message:
Logged In: YES 
user_id=1395524

tested ok

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

Comment By: Ovidiu Sas (osas)
Date: 2006-05-26 00:22

Message:
Logged In: YES 
user_id=1395524

tested ok

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

Comment By: Bogdan (bogdan_iancu)
Date: 2006-05-25 14:11

Message:
Logged In: YES 
user_id=1275325

Fix is available on CVS. Please test and let me know if
works as expected. In the mean while, the bug is still open.

bogdan

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

Comment By: Bogdan (bogdan_iancu)
Date: 2006-05-25 13: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