Skip to content
Snippets Groups Projects
  1. Oct 01, 2019
  2. May 15, 2019
  3. May 10, 2019
  4. Mar 08, 2019
  5. Feb 03, 2019
  6. Oct 17, 2018
  7. Sep 26, 2018
  8. Aug 26, 2018
  9. Aug 22, 2018
  10. Aug 13, 2018
  11. Jul 28, 2018
  12. Jul 12, 2018
  13. May 31, 2018
  14. May 10, 2018
  15. May 09, 2018
  16. Mar 29, 2018
  17. Jan 10, 2018
  18. Jan 04, 2018
  19. Oct 24, 2017
  20. Sep 05, 2017
    • Thijs Kinkhorst's avatar
      Bugfix: searchformultiple() would stop on first dn even when nothing found. · 71bacd03
      Thijs Kinkhorst authored
      searchformultiple() will loop over all the configured base dn's to
      search in. However, it would break on the first search that does
      not return `false`. A search that yields 0 hits is not `false`, however
      (it is only false when an error occurred). So when using more than one
      base, users would not be found if they were part of the second or later
      base, which is contrary to the intention.
      
      This is now changed so the loop breaks when the result is not false, and
      the number of found results is > 0.
      71bacd03
  21. Aug 15, 2017
    • manu0401's avatar
      Update PHP API change gor ldapwhoami (#674) · f26d8640
      manu0401 authored
      I have been maintaining the PHP LDAP EXOP patch for a few years,
      which include the ldapwhoami() function. This has finally made its
      way into PHP distribution and will be available in PHP 7.3, but
      with a modified prototype.
      
      This changes adapts to this API change. While there, also update
      exception handling on par with recent SimpleSAMLphp code.
      f26d8640
  22. Nov 15, 2016
  23. Apr 21, 2016
  24. Mar 09, 2016
  25. Mar 01, 2016
  26. Jan 29, 2016
  27. Nov 06, 2015
  28. Oct 12, 2015
    • Tim van Dijen's avatar
      Update LDAP.php · c6b24320
      Tim van Dijen authored
      Fixed to follow PSR-2 coding guidelines, proper indentation and a minor fix in equality operand (== vs ===)
      c6b24320
  29. Sep 28, 2015
  30. Aug 12, 2015
Loading