[MERGE] merge with latest stable
[odoo/odoo.git] / addons / users_ldap / users_ldap.py
2011-06-16 Olivier Dony[FIX] users_ldap: consistent handling of login() vs...
2011-04-29 Jay Vora (OpenERP)[Merge] Merged Main branch
2011-04-29 Jay Vora (OpenERP)[FIX] Users_ldap : Corrected YAML Warnings,Thanks to...
2011-04-28 Olivier Dony[FIX] users_ldap: double-check to prevent blank passwords
2010-12-30 husenmerged with trunk
2010-12-14 P. Christeasusers_ldap: trivial fix in referenced exception.
2010-12-14 P. Christeasusers_ldap: replace tools.debug() with logging.debug()
2010-11-23 P. Christeasusers_ldap: replace tools.debug() with logging.debug()
2010-02-24 greg-apieum[CLEAN] Set Withespaces to PEP8 format
2010-01-29 Christophe Simonis[IMP] users_ldap: clean code + add some debug logging
2010-01-29 Fabien Pinckaers[IMP] type
2010-01-29 Harry (Open ERP)[ADD] users_ldap: support authentication by ldap server
2007-08-10 cedMove less used modules to extra_addons repo
2007-07-11 cedRevert "Modifs for LDAP Tiny ERP"
2007-07-09 statsvnModifs for LDAP Tiny ERP
2007-06-28 cedUSERS_LDAP: change error to warning
2007-04-11 Mantavya GajjarUSERS_LDAP: use synchro connection to bind
2007-03-26 cedUSERS_LDAP: add ldap unbind
2007-03-26 cedUSERS_LDAP: use first cn
2007-03-19 cedUSERS_LDAP: don't use sync fnct
2007-03-12 cedUSERS_LDAP: use ldap sync function
2007-03-08 cedKERNEL; USERS_LDAP: fix for compatibility with python2.3
2007-03-07 cedUSERS_LDAP: fix when module not installed
2007-03-07 cedUSERS_LDAP,KERNEL: small fix for login and add new...