Hi Bill!<div><br></div><div>That&#39;s a perfectly reasonable suggestion, but for this solution, I need a username/password combo that spans domains. Also, the password is used in other places too.</div><div><br></div><div>
Thanks for the reply!</div><div><br></div><div>Mike van Lammeren</div><div><br><br><div class="gmail_quote">On Thu, Jan 14, 2010 at 11:15 AM, Bill W <span dir="ltr">&lt;<a href="mailto:freeswitch@aastral.net">freeswitch@aastral.net</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">Why don&#39;t you just store the a1-hash in the database instead of the<br>
password?<br>
<br>
-Bill W.<br>
<div class="im"><br>
<br>
Mike van Lammeren wrote:<br>
&gt; Hello!<br>
&gt;<br>
&gt; I have written a Lua script to connect to a database and provide<br>
&gt; directory information for phones registering with FreeSWITCH.<br>
&gt;<br>
&gt; My problem is that I store an MD5 hash of the passwords in the database,<br>
&gt; so I wish there was a way to get FreeSWITCH to authenticate using the<br>
&gt; MD5 hash of the password provided by the phone, and not the password itself.<br>
&gt;<br>
&gt; According to the wiki<br>
</div>&gt; &lt;<a href="http://wiki.freeswitch.org/wiki/XML_User_Directory_Guide" target="_blank">http://wiki.freeswitch.org/wiki/XML_User_Directory_Guide</a>&gt;, it is<br>
<div class="im">&gt; possible to pass in a parameter called /a1-hash/ instead of the username<br>
&gt; and password. The a1-hash parameter is an MD5 hash of a string<br>
&gt; comprising the username, domain and password, separated by<br>
&gt; colons. Unfortunately, I can&#39;t generate that string, since I don&#39;t have<br>
&gt; the raw password, just the MD5 hash.<br>
&gt;<br>
&gt; I would have my Lua script do the authentication, but cannot because<br>
&gt; FreeSWITCH doesn&#39;t pass the user&#39;s password to the script.<br>
&gt;<br>
&gt; The best solution I can think of is to enter the MD5 hash of the<br>
&gt; password in the phone.<br>
&gt;<br>
&gt; Does anyone have a better idea?<br>
&gt;<br>
&gt;<br>
&gt; Mike van Lammeren<br>
&gt;<br>
&gt;<br>
</div>&gt; ------------------------------------------------------------------------<br>
&gt;<br>
&gt; _______________________________________________<br>
&gt; FreeSWITCH-users mailing list<br>
&gt; <a href="mailto:FreeSWITCH-users@lists.freeswitch.org">FreeSWITCH-users@lists.freeswitch.org</a><br>
&gt; <a href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/listinfo/freeswitch-users</a><br>
&gt; UNSUBSCRIBE:<a href="http://lists.freeswitch.org/mailman/options/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/options/freeswitch-users</a><br>
&gt; <a href="http://www.freeswitch.org" target="_blank">http://www.freeswitch.org</a><br>
<br>
_______________________________________________<br>
FreeSWITCH-users mailing list<br>
<a href="mailto:FreeSWITCH-users@lists.freeswitch.org">FreeSWITCH-users@lists.freeswitch.org</a><br>
<a href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/listinfo/freeswitch-users</a><br>
UNSUBSCRIBE:<a href="http://lists.freeswitch.org/mailman/options/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/options/freeswitch-users</a><br>
<a href="http://www.freeswitch.org" target="_blank">http://www.freeswitch.org</a><br>
</blockquote></div><br></div>