Skip to content
Snippets Groups Projects
  1. Sep 20, 2017
  2. Sep 07, 2017
  3. 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
    • Thijs Kinkhorst's avatar
      Changelog typo · 2863d93b
      Thijs Kinkhorst authored
      2863d93b
  4. Sep 04, 2017
  5. Sep 01, 2017
  6. Aug 31, 2017
  7. Aug 30, 2017
  8. Aug 28, 2017
  9. Aug 25, 2017
  10. Aug 23, 2017
  11. Aug 22, 2017
  12. Aug 19, 2017
  13. Aug 18, 2017
Loading