Skip to content
Snippets Groups Projects
  1. 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
  2. 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
  3. Nov 15, 2016
  4. Apr 21, 2016
  5. Mar 09, 2016
  6. Mar 01, 2016
  7. Jan 29, 2016
  8. Nov 06, 2015
  9. 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
  10. Sep 28, 2015
  11. Aug 12, 2015
  12. Aug 11, 2015
  13. May 27, 2015
  14. May 14, 2015
  15. Apr 20, 2015
  16. Apr 15, 2015
  17. Jan 15, 2015
  18. Jul 09, 2014
  19. Jul 03, 2014
  20. Jun 24, 2014
  21. Feb 20, 2014
  22. Dec 13, 2012
  23. Oct 26, 2012
  24. Nov 21, 2011
  25. Nov 17, 2011
  26. Sep 21, 2011
  27. Apr 12, 2011
  28. Aug 03, 2010
  29. Nov 13, 2009
  30. Oct 19, 2009
  31. Aug 17, 2009
  32. Jul 06, 2009
  33. Mar 17, 2009
  34. Mar 01, 2009
  35. Feb 27, 2009
Loading