I am having another issue with this latest version also, and I believe it could perhaps be related to my last post.  Very straight forward here, I have just two users on this new lab system.<br><br>The problem:<br><br>First register comes in, challenged with 401 no problem, then a register with auth header, which is responded to with:<br>
<br>SIP/2.0 403 Forbidden auth ID.<br><br>I did an SQL trace, and the query is select password from subscriber where username=&#39;2001&#39;:<br><br>When I execute manually, no problem:<br><br>mysql&gt; select password from subscriber where username=&#39;2001&#39;;<br>
+----------+<br>| password |<br>+----------+<br>| 2001     | <br>+----------+<br><br>Did something change recently regarding how users are auth&#39;d?  This is a very very basic setup, pretty much out of the box.  And ideas about what boneheaded thing I have done here?<br>
<br>Thanks<br><br>-dg<br>