Skip to content
Snippets Groups Projects
  1. Feb 04, 2019
  2. Oct 17, 2018
  3. Aug 26, 2018
  4. Aug 22, 2018
  5. Aug 13, 2018
  6. Jun 01, 2018
  7. May 31, 2018
  8. May 27, 2018
  9. May 10, 2018
  10. May 09, 2018
  11. Jan 15, 2018
  12. Jan 14, 2018
  13. Dec 29, 2017
  14. Dec 16, 2017
  15. Nov 15, 2017
  16. Oct 25, 2017
  17. Oct 19, 2017
  18. Aug 07, 2017
  19. Aug 03, 2017
  20. Jun 21, 2017
    • Remy Blom's avatar
      bugfix: wrapped the building of authsource config with issets. (#539) · 88652a21
      Remy Blom authored
      * Adjusted the silent fail to log a warning when $this->getLdap() fails
      
      the silent fail on searchformultiple(...) did not show anything in the log when actually it was the $this->getLdap() that failed.
      
      * Bugfix: Wrapped the building of authsource config with issets
      
      Not doing this gave me errors about ldap.port and ldap.timeout not being an integer (but NULL) from Configuration.php
      
      Dec 23 08:28:10 simplesamlphp WARNING [94b0f44d76] AttributeAddFromLDAP: exception = exception 'Exception' with message 'ldap:AuthProcess: The option 'ldap.port' is not a valid integer value.' in /Users/remy/git/saml-IdP/lib/SimpleSAML/Configuration.php:737
      Stack trace:
      #0 /Users/remy/git/saml-IdP/modules/ldap/lib/Auth/Process/BaseFilter.php(267): SimpleSAML_Configuration->getInteger('ldap.port', 389)
      #1 /Users/remy/git/saml-IdP/modules/ldap/lib/Auth/Process/AttributeAddFromLDAP.php(172): sspmod_ldap_Auth_Process_BaseFilter->getLdap()
      ...
      
      * removed the @ as thijskh suggested...
      
      * feature: AttributeCopy can take array for 1 attribute
      
      * Revert "feature: AttributeCopy can take array for 1 attribute"
      
      This reverts commit 78ccac061eab0fc4a0680e2aaf9ae07c3b6a29ac.
      
      * BaseFilter.php: fix indent and added more isset checks...
      
      * BaseFilter.php: removed an unneeded if ($authsource['search.enable'] ....
      
      Since I moved this code into an if that already only gets executed when authsource['search.enable'] = true it is no longer needed in this check....
      88652a21
  21. Nov 15, 2016
  22. May 03, 2016
  23. Mar 09, 2016
  24. Jan 19, 2016
  25. Nov 06, 2015
  26. Jul 09, 2014
  27. Feb 24, 2014
  28. Feb 20, 2014
Loading