Hi everyone!
I've implemented Openerp 7 with the last version of auth_ldap using OpenLdap, but when I tried to make encryption higher than MD5 (this module only allows Plain Text and MD5, both cracked) putting SHA in userPassword inside OpenLdap, I can't log in. How can I put SHA (I don't mind the type...) to log in auth_ldap with OpenLdap?
P.D: I've already TLS enabled but I want to protect users database.
Thanks!