- Oct 01, 2019
-
-
Tim van Dijen authored
PSR-12 compliancy
-
- May 15, 2019
-
-
Tim van Dijen authored
* Externalize ldap * Remove tests for LDAP-module * Redirect old LDAP-class to ldap-module for backwards compatibility
-
- May 10, 2019
-
-
Tim van Dijen authored
-
- Mar 08, 2019
-
-
Tim van Dijen authored
-
- Feb 03, 2019
-
-
Tim van Dijen authored
-
- Oct 17, 2018
-
-
Arno van der Vegt authored
-
Arno van der Vegt authored
* Updated the phpDoc comments to match the code * Added return statements * Added return values
-
- Sep 26, 2018
-
-
Tim van Dijen authored
-
- Aug 26, 2018
-
-
Tim van Dijen authored
-
- Aug 22, 2018
-
-
Tim van Dijen authored
-
Tim van Dijen authored
-
- Aug 13, 2018
-
-
Tim van Dijen authored
-
- Jul 28, 2018
-
-
Tim van Dijen authored
-
Tim van Dijen authored
ldap_connect() can return false too
-
- Jul 12, 2018
-
-
Jaime Pérez Crespo authored
-
- May 31, 2018
-
-
Tim van Dijen authored
-
Tim van Dijen authored
-
- May 10, 2018
-
-
Tim van Dijen authored
The equation was wrong.. exceeding means > not >=
-
Scrutinizer Auto-Fixer authored
-
- May 09, 2018
-
-
Tim van Dijen authored
-
- Mar 29, 2018
-
-
Jean-François B authored
-
- Jan 10, 2018
-
-
Tim van Dijen authored
-
- Jan 04, 2018
-
-
Tim van Dijen authored
-
Tim van Dijen authored
-
Tim van Dijen authored
-
Tim van Dijen authored
-
Tim van Dijen authored
-
- Oct 24, 2017
-
-
Matt Schwager authored
Working toward some of the requested tasks in https://github.com/simplesamlphp/simplesamlphp/wiki/List-of-tasks
-
- Sep 05, 2017
-
-
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.
-
- Aug 15, 2017
-
-
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.
-
- Nov 15, 2016
-
-
Thijs Kinkhorst authored
For #458
-
- Apr 21, 2016
-
-
Jaime Perez Crespo authored
In the LDAP class, the password should only be escaped if it's not null, so that we don't try to bind with an empty password if none was provided. This fixes #366 and closes #370.
-
- Mar 09, 2016
-
-
Jaime Perez Crespo authored
-
- Mar 01, 2016
-
-
Jaime Perez Crespo authored
-
- Jan 29, 2016
-
-
David Yang authored
-
- Nov 06, 2015
-
-
Jaime Perez Crespo authored
-
Jaime Perez Crespo authored
(being respectful with occurences that might change the behaviour, i.e. default database prefixes)
-
- Oct 12, 2015
-
-
Tim van Dijen authored
Fixed to follow PSR-2 coding guidelines, proper indentation and a minor fix in equality operand (== vs ===)
-
- Sep 28, 2015
-
-
Matt Schwager authored
The `makeException` function returns an instantiated object, so the caller shouldn't also call `new`.
-
- Aug 12, 2015
-
-
Jaime Perez Crespo authored
-