Hello List,<div><br></div><div>I am trying to incorporate an existing LDAP directory with our Kamailio installation for SIP authentication. A good friend suggested to checkout this tutorial and adapt it to fit my needs (and current version)</div>

<div><br></div><div><a href="http://www.kamailio.org/dokuwiki/doku.php/tutorials:openser-auth-ldap" target="_blank">http://www.kamailio.org/dokuwiki/doku.php/tutorials:openser-auth-ldap</a></div><div><br></div><div><div style>
It seems like the AUTH module does not contain the function username_spec (which I believe is not used anymore) but the username_avp_spec which is not part of the AUTH module but the H350 module <a href="http://kamailio.org/docs/modules/3.2.x/modules_k/h350.html" target="_blank" style="color:rgb(17,85,204)">http://kamailio.org/docs/modules/3.2.x/modules_k/h350.html</a></div>
<div style><br></div><div style>I enabled the h350 module and tried setting the params as described in the documentation:</div><div style><br></div><div style><div>modparam(&quot;auth&quot;, &quot;username_spec&quot;, &quot;$avp(s:username)&quot;)</div>
<div>modparam(&quot;auth&quot;, &quot;password_spec&quot;, &quot;$avp(s:password)&quot;)</div><div>modparam(&quot;auth&quot;, &quot;calculate_ha1&quot;, 1)</div></div><div style><br></div><div style>I got the following error after checking the configuration:</div>
<div style><br></div><div style>ERROR: &lt;core&gt; [modparam.c:151]: set_mod_param_regex: parameter &lt;username_spec&gt; not found in module &lt;auth&gt;</div></div><div style><br></div><div style>I am running kamailio 3.2.3 (i386/linux) Ubuntu</div>
<div style><br></div><div style><font color="#222222" face="arial, sans-serif">Thank you in advance!</font></div><div style><font color="#222222" face="arial, sans-serif"><br></font></div><div style><font color="#222222" face="arial, sans-serif"><br>
</font></div><div style><font color="#222222" face="arial, sans-serif"> </font></div><div><br></div><div><br></div>