Hello.<br><br>I want to use some custom RADIUS authentication requests with radius_send_auth, but it seems this can&#39;t work without sending the user&#39;s password.<br>I&#39;m trying to extract user passwords from the subscriber table using the example from the avpops manual: <br>
<br>avp_db_query(&quot;select password from subscriber where username=&#39;$tu&#39;&quot;, &quot;$avp(i:678)&quot;);<br><br>But I get this error:<br><br>ERROR:avpops:fixup_db_query_avp: no db url defined to be used by this function<br>
ERROR:core:fix_actions: fixing failed (code=-6) at cfg line 308<br>ERROR:core:main: failed to fix configuration with err code -6<br><br>I guess I need to add a db_url ID to the query&#39;s parameters, but I don&#39;t know what the subscriber table&#39;s ID is. What is it? Or, how can I set it?<br>
Is there a simpler way to obtain a user&#39;s password and put it in a variable?<br><br><br>Regards,<br>Tiberiu<br>