- Jan 04, 2018
-
-
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
-
- Aug 11, 2015
-
-
Guy Antony Halse authored
(as suggested by jhaar in issue #120 and used by us)
-
- May 27, 2015
-
-
Thijs Kinkhorst authored
Since PHP 5.3 is required, there's no need to treat users of 5.1.2-5.2 specially. Also we can safely use LDAP_OPT_NETWORK_TIMEOUT now.
-
- May 14, 2015
-
-
Matt Schwager authored
-
- Apr 20, 2015
-
-
Jaime Perez Crespo authored
-
- Apr 15, 2015
-
-
Jaime Perez Crespo authored
Schedule SimpleSAML_Utilities:: arrayize() for removal.
-
Jaime Perez Crespo authored
-
- Jan 15, 2015
-
-
Jaime Perez authored
-
- Jul 09, 2014
-
-
Thijs Kinkhorst authored
-
- Jul 03, 2014
-
-
Jaime Perez authored
-
- Jun 24, 2014
-
-
Harrison Conlin authored
-
- Feb 20, 2014
-
-
Jaime Pérez Crespo authored
Apply commit ec82fe0 again, this time without trying to detect binary values. Apparently, norwegian letters are considered non-printable by ctype_print(). git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@3370 44740490-163a-0410-bde0-09ae8108e29a
-
Jaime Pérez Crespo authored
Revert "Add support for binary attributes in AttributeAddFromLDAP (Issue #620). Also, remove hardcoded attribute names, and detect binary attributes 'automatically'." This reverts commit ec82fe0480a1891eff80493e5a95e66984c3ac2a. git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@3369 44740490-163a-0410-bde0-09ae8108e29a
-
Jaime Pérez Crespo authored
Add support for binary attributes in AttributeAddFromLDAP (Issue #620). Also, remove hardcoded attribute names, and detect binary attributes 'automatically'. git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@3368 44740490-163a-0410-bde0-09ae8108e29a
-
- Dec 13, 2012
-
-
Jaime Pérez Crespo authored
git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@3212 44740490-163a-0410-bde0-09ae8108e29a
-
- Oct 26, 2012
-
-
Olav Morken authored
Thanks to Daniel Tsosie for implementing this! git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@3196 44740490-163a-0410-bde0-09ae8108e29a
-
- Nov 21, 2011
-
-
Olav Morken authored
This patch adds a common "base filter" for creating authproc filters that access a LDAP directory, and it adds a filter (ldap:AttributeAddUsersGroups) for adding group information. Thanks to Ryan Panning for implementing this! git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@2986 44740490-163a-0410-bde0-09ae8108e29a
-
- Nov 17, 2011
-
-
Olav Morken authored
The search()-function contained some code that was unnecessary. This patch removes that code and simplifies the function. Thanks to Ryan Panning for fixing this! git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@2982 44740490-163a-0410-bde0-09ae8108e29a
-
- Sep 21, 2011
-
-
Olav Morken authored
git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@2919 44740490-163a-0410-bde0-09ae8108e29a
-
- Apr 12, 2011
-
-
Olav Morken authored
errors. Thanks to Andjelko Horvat for adding this. git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@2812 44740490-163a-0410-bde0-09ae8108e29a
-
- Aug 03, 2010
-
-
Olav Morken authored
To allow for subclassing, make the private properties protected instead. git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@2473 44740490-163a-0410-bde0-09ae8108e29a
-
- Nov 13, 2009
-
-
Olav Morken authored
git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@1985 44740490-163a-0410-bde0-09ae8108e29a
-
- Oct 19, 2009
-
-
Olav Morken authored
Patch by Emmanuel Dreyfus. git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@1870 44740490-163a-0410-bde0-09ae8108e29a
-
- Aug 17, 2009
-
-
Olav Morken authored
git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@1682 44740490-163a-0410-bde0-09ae8108e29a
-