<div dir="ltr"><span style="color:rgb(51,51,51);font-family:Arial,sans-serif;font-size:14px;line-height:20px;background-color:rgb(224,240,255)"> from my experiments and test i found that freeswitch sending password in plain text. </span><br style="color:rgb(51,51,51);font-family:Arial,sans-serif;font-size:14px;line-height:20px;background-color:rgb(224,240,255)"><br style="color:rgb(51,51,51);font-family:Arial,sans-serif;font-size:14px;line-height:20px;background-color:rgb(224,240,255)"><span style="color:rgb(51,51,51);font-family:Arial,sans-serif;font-size:14px;line-height:20px;background-color:rgb(224,240,255)">Test 1: </span><br style="color:rgb(51,51,51);font-family:Arial,sans-serif;font-size:14px;line-height:20px;background-color:rgb(224,240,255)"><span style="color:rgb(51,51,51);font-family:Arial,sans-serif;font-size:14px;line-height:20px;background-color:rgb(224,240,255)">when i set ldap password in md5 , in freeswitch cli i see hash password and authentication failed. </span><br style="color:rgb(51,51,51);font-family:Arial,sans-serif;font-size:14px;line-height:20px;background-color:rgb(224,240,255)"><br style="color:rgb(51,51,51);font-family:Arial,sans-serif;font-size:14px;line-height:20px;background-color:rgb(224,240,255)"><span style="color:rgb(51,51,51);font-family:Arial,sans-serif;font-size:14px;line-height:20px;background-color:rgb(224,240,255)">Test 2: </span><br style="color:rgb(51,51,51);font-family:Arial,sans-serif;font-size:14px;line-height:20px;background-color:rgb(224,240,255)"><span style="color:rgb(51,51,51);font-family:Arial,sans-serif;font-size:14px;line-height:20px;background-color:rgb(224,240,255)">when i set ldap password in plain text, in freeswitch cli i can see plain text password and authentication success. </span><br></div><div class="gmail_extra"><br><div class="gmail_quote">On Tue, Dec 2, 2014 at 9:55 AM, Shisheer Teli <span dir="ltr">&lt;<a href="mailto:telishisheer@gmail.com" target="_blank">telishisheer@gmail.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr"><div><span style="color:rgb(0,0,0);font-family:Roboto,arial,sans-serif;font-size:13px;line-height:18.2000007629395px">Hi,</span></div><span style="color:rgb(0,0,0);font-family:Roboto,arial,sans-serif;font-size:13px;line-height:18.2000007629395px"><div><br></div></span><span style="color:rgb(0,0,0);font-family:Roboto,arial,sans-serif;font-size:13px;line-height:18.2000007629395px">I am able to bind with any alise on ldap server except userPassword (MD5) alise.</span><br style="color:rgb(0,0,0);font-family:Roboto,arial,sans-serif;font-size:13px;line-height:18.2000007629395px"><span style="color:rgb(0,0,0);font-family:Roboto,arial,sans-serif;font-size:13px;line-height:18.2000007629395px"><br></span><div><span style="color:rgb(0,0,0);font-family:Roboto,arial,sans-serif;font-size:13px;line-height:18.2000007629395px">when i bind password with userPassword , authentication fails.  </span><br style="color:rgb(0,0,0);font-family:Roboto,arial,sans-serif;font-size:13px;line-height:18.2000007629395px"><br style="color:rgb(0,0,0);font-family:Roboto,arial,sans-serif;font-size:13px;line-height:18.2000007629395px"><span style="color:rgb(0,0,0);font-family:Roboto,arial,sans-serif;font-size:13px;line-height:18.2000007629395px">any MD5 authentication configuration in freeswitch?</span><br></div><div><span style="color:rgb(0,0,0);font-family:Roboto,arial,sans-serif;font-size:13px;line-height:18.2000007629395px"><br></span></div><div><span style="color:rgb(0,0,0);font-family:Roboto,arial,sans-serif;font-size:13px;line-height:18.2000007629395px">Configuration file:</span></div><div><div><font color="#000000" face="Roboto, arial, sans-serif"><span style="line-height:18.2000007629395px">&lt;configuration name=&quot;xml_ldap.conf&quot;&gt;</span></font></div><div><font color="#000000" face="Roboto, arial, sans-serif"><span style="line-height:18.2000007629395px"><br></span></font></div><div><font color="#000000" face="Roboto, arial, sans-serif"><span style="line-height:18.2000007629395px">&lt;bindings&gt;</span></font></div><div><font color="#000000" face="Roboto, arial, sans-serif"><span style="line-height:18.2000007629395px">&lt;binding name=&quot;directory&quot;&gt;</span></font></div><div><font color="#000000" face="Roboto, arial, sans-serif"><span style="line-height:18.2000007629395px">  &lt;param name=&quot;basedn&quot; value=&quot;dc=example,dc=com&quot;/&gt;</span></font></div><div><font color="#000000" face="Roboto, arial, sans-serif"><span style="line-height:18.2000007629395px">  &lt;param name=&quot;filter&quot; value=&quot;(telephoneNumber=%d)&quot; bindings=&quot;directory&quot;/&gt;</span></font></div><div><font color="#000000" face="Roboto, arial, sans-serif"><span style="line-height:18.2000007629395px">  &lt;param name=&quot;url&quot; value=&quot;ldap://<a href="http://ldap.example.com" target="_blank">ldap.example.com</a>&quot;/&gt;</span></font></div><div><font color="#000000" face="Roboto, arial, sans-serif"><span style="line-height:18.2000007629395px">  &lt;param name=&quot;binddn&quot; value=&quot;cn=use,dc=example,dc=com&quot;/&gt;</span></font></div><div><font color="#000000" face="Roboto, arial, sans-serif"><span style="line-height:18.2000007629395px">  &lt;param name=&quot;bindpass&quot; value=&quot;XXXX&quot;/&gt;</span></font></div><div><font color="#000000" face="Roboto, arial, sans-serif"><span style="line-height:18.2000007629395px">   &lt;trans&gt;</span></font></div><div><font color="#000000" face="Roboto, arial, sans-serif"><span style="line-height:18.2000007629395px">   &lt;tran name=&quot;id&quot; mapfrom=&quot;uid&quot;/&gt;</span></font></div><div><font color="#000000" face="Roboto, arial, sans-serif"><span style="line-height:18.2000007629395px">   &lt;tran name=&quot;password&quot; mapfrom=&quot;userPassword&quot;/&gt;</span></font></div><div><font color="#000000" face="Roboto, arial, sans-serif"><span style="line-height:18.2000007629395px">   &lt;/trans&gt;</span></font></div><div><font color="#000000" face="Roboto, arial, sans-serif"><span style="line-height:18.2000007629395px">&lt;/binding&gt;</span></font></div><div><font color="#000000" face="Roboto, arial, sans-serif"><span style="line-height:18.2000007629395px">&lt;/bindings&gt;</span></font></div><div><font color="#000000" face="Roboto, arial, sans-serif"><span style="line-height:18.2000007629395px"><br></span></font></div><div><font color="#000000" face="Roboto, arial, sans-serif"><span style="line-height:18.2000007629395px">&lt;/configuration&gt;</span></font></div></div><span class="HOEnZb"><font color="#888888"><div><span style="color:rgb(0,0,0);font-family:Roboto,arial,sans-serif;font-size:13px;line-height:18.2000007629395px"><br></span></div><br clear="all"><div><br></div>-- <br><div><font face="arial, helvetica, sans-serif"><span style="color:rgb(34,34,34);background-color:rgb(255,255,255)"><div>Regards,</div>Shisheer T</span><br style="color:rgb(34,34,34);background-color:rgb(255,255,255)"><span style="color:rgb(34,34,34);background-color:rgb(255,255,255)">Phone: +91-022 2278 2763</span><br style="color:rgb(34,34,34);background-color:rgb(255,255,255)"><br></font></div></font></span></div>
</blockquote></div><br></div><br clear="all"><div><br></div>-- <br><div class="gmail_signature"><font face="arial, helvetica, sans-serif"><span style="color:rgb(34,34,34);background-color:rgb(255,255,255)"><div>Regards,</div>Shisheer Teli</span><br style="color:rgb(34,34,34);background-color:rgb(255,255,255)"><span style="color:rgb(34,34,34);background-color:rgb(255,255,255)">Phone: +91-022 2278 2519 / 2121</span><br style="color:rgb(34,34,34);background-color:rgb(255,255,255)"><span style="color:rgb(34,34,34);background-color:rgb(255,255,255)">shisheer@</span><a href="http://tifr.res.in/" style="color:rgb(17,85,204);background-color:rgb(255,255,255)" target="_blank">tifr.res.in</a></font>
</div>