<div dir="ltr"><br><div class="gmail_extra"><br><div class="gmail_quote">On Thu, Dec 10, 2015 at 10:08 AM, Elmir Jagudin <span dir="ltr"><<a href="mailto:elmir@unity3d.com" target="_blank">elmir@unity3d.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div dir="ltr"><br><div class="gmail_extra">Switching to PyMySQL driver solved the problem. thanks for the tip Dustin!<br><br></div><div class="gmail_extra">Next issue I run into is that LDAP authentication does not work. Correct username and password are not accepted. Initial investigations show that the results returned ldap.search_s() call are different between cpython and pypy. Not sure yet what is going on.<span class=""></span><br></div></div></blockquote></div><br><br></div><div class="gmail_extra">It turned out to be a bug in python-ldap package, which we are using for LDAP access: <a href="https://mail.python.org/pipermail/python-ldap/2016q1/003669.html">https://mail.python.org/pipermail/python-ldap/2016q1/003669.html</a><br><br></div><div class="gmail_extra">The bug is fixed in 2.4.25 version of python-ldap.<br><br></div><div class="gmail_extra">Anyway, I realised that LDAP authentication is a Katana specific feature, so this problem wont affect anyone running official buildbot. I was for a long time under false impression that buildbot suppoted LDAP out-of-the box :)<br><br></div><div class="gmail_extra">/Elmir<br></div></div>