[Devel] [ openser-Bugs-1495075 ] ERROR:auth_db:generate_avps:
subscriber table column `rpid'
SourceForge.net
noreply at sourceforge.net
Fri May 26 09:07:20 CEST 2006
Bugs item #1495075, was opened at 2006-05-25 20:45
Message generated for change (Settings changed) 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: Closed
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 08:21
Message:
Logged In: YES
user_id=1395524
tested ok
----------------------------------------------------------------------
Comment By: Ovidiu Sas (osas)
Date: 2006-05-26 08:14
Message:
Logged In: YES
user_id=1395524
tested ok
----------------------------------------------------------------------
Comment By: Ovidiu Sas (osas)
Date: 2006-05-26 08:13
Message:
Logged In: YES
user_id=1395524
tested ok
----------------------------------------------------------------------
Comment By: Ovidiu Sas (osas)
Date: 2006-05-26 07:22
Message:
Logged In: YES
user_id=1395524
tested ok
----------------------------------------------------------------------
Comment By: Bogdan (bogdan_iancu)
Date: 2006-05-25 21: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 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