- Dec 29, 2017
-
-
Tim van Dijen authored
-
Tim van Dijen authored
-
Tim van Dijen authored
-
Tim van Dijen authored
-
Tim van Dijen authored
-
- Dec 16, 2017
-
-
Tim van Dijen authored
-
- Nov 15, 2017
-
-
Thijs Kinkhorst authored
The OPENLDAP option uses hardcoded uid to search for. It should instead use the value of attribute.username. This means it also changes the default since attribute.username defaults to samAccountName. So update the docs to make the example work again. Has not been in a release yet so should not break existing installations.
-
- Oct 25, 2017
-
-
Jaime Pérez Crespo authored
-
- Oct 19, 2017
-
-
fentie authored
-
- Aug 07, 2017
-
-
Jaime Pérez Crespo authored
-
Jaime Pérez Crespo authored
-
- Aug 03, 2017
-
-
John Maguire authored
-
Tim van Dijen authored
-
- Jun 21, 2017
-
-
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....
-
- Nov 15, 2016
-
-
Thijs Kinkhorst authored
For #458
-
Thijs Kinkhorst authored
-
- May 03, 2016
-
-
grueneedv authored
Added OpenLDAP case in getgroups function
-
- Mar 09, 2016
-
-
Jaime Perez Crespo authored
-
- Jan 19, 2016
-
-
Justin Standring 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)
-
- Jan 15, 2015
-
-
Jaime Perez authored
-
- Jul 09, 2014
-
-
Thijs Kinkhorst authored
-
- Feb 24, 2014
-
-
Jaime Pérez Crespo authored
git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@3375 44740490-163a-0410-bde0-09ae8108e29a
-
- Feb 20, 2014
-
-
Jaime Pérez Crespo authored
git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@3371 44740490-163a-0410-bde0-09ae8108e29a
-
- Jan 06, 2014
-
-
Jaime Pérez Crespo authored
git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@3316 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
-
- Jan 19, 2011
-
-
Olav Morken authored
If there are several entries that matches the search, we should extract the values from all of them. Thanks to Stéphane Gully for providing this patch! git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@2719 44740490-163a-0410-bde0-09ae8108e29a
-
- Sep 23, 2010
-
-
Olav Morken authored
Thanks to Steve Moitozo II for implementing this filter. git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@2564 44740490-163a-0410-bde0-09ae8108e29a
-
- Feb 22, 2010
-
-
Olav Morken authored
Patch by Emmanuel Dreyfus <manu@netbsd.org>. git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@2188 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
-
- Mar 17, 2009
-
-
Olav Morken authored
This commit introduces a new configuration option for LDAPMulti authentication sources (include_organization_in_username). When this option is set to TRUE, the organization will be appended to the username. git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@1412 44740490-163a-0410-bde0-09ae8108e29a
-
- Mar 13, 2009
-
-
Olav Morken authored
git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@1408 44740490-163a-0410-bde0-09ae8108e29a
-
- Mar 05, 2009
-
-
Olav Morken authored
This adds two authentication modules which are meant to replace auth/login.php and auth/login-ldapmulti.php. git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@1372 44740490-163a-0410-bde0-09ae8108e29a
-