Skip to content
Snippets Groups Projects
  1. Jan 22, 2020
    • Martin Trigaux's avatar
      [FIX] auth_ldap: replace the deprecated library by one up to date · 9aef423d
      Martin Trigaux authored
      At 795c7b0a the external dependencies was changed from trying
      to import 'ldap' to checking than 'pyldap' package was installed.
      The problem is that pyldap is a unmaintained library that should no
      longer be used, as explained on the package page:
      https://pypi.org/project/pyldap/
      
      
      "The pyldap fork was merged back into python-ldap, and released as
       python-ldap 3.0.0."
      
      Having pyldap version >= 3.0 installs python-ldap automatically and
      will not cause any issue.
      
      The Debian control file package name is adapted to use the latest.
      
      The "ldap" externalm dependency defined in __manifest__.py will cause
      pkg_resources.get_distribution() to fail in both case ("python-lap" or
      "pyldap"), but the "import" fallback will succeed. For that reason, the
      log warning is turned into a log info.
      
      closes odoo/odoo#43769
      
      Note: This library should be replaced by the pure python "ldap3" library.
      X-original-commit: 1afd0ccf
      Signed-off-by: default avatarChristophe Monniez (moc) <moc@odoo.com>
      9aef423d
  2. Nov 04, 2016
  3. Jul 29, 2016
  4. Sep 12, 2014
  5. Aug 26, 2014
  6. Jul 31, 2013
  7. Sep 26, 2012
  8. Aug 22, 2012
  9. Aug 20, 2012
  10. Aug 17, 2012
  11. Aug 02, 2012
  12. Jul 20, 2012
  13. Jul 13, 2012
  14. May 18, 2012
  15. Feb 23, 2012
  16. Jan 30, 2012
  17. Dec 12, 2011
  18. Dec 06, 2011
  19. Oct 05, 2011
  20. Aug 17, 2011
  21. Aug 11, 2011
  22. Jul 06, 2011
  23. Jun 15, 2011
  24. Jun 04, 2011
  25. Mar 18, 2011
  26. Mar 17, 2011
  27. Mar 09, 2011
  28. Jan 19, 2011
  29. Jan 17, 2011
  30. Jul 28, 2010
  31. Apr 19, 2010
  32. Mar 18, 2010
  33. Jan 29, 2010
  34. Jan 19, 2010
  35. Jan 18, 2010
  36. Jan 12, 2010
Loading