You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Add support for SASL bind
We introduce a ldap_sasl() method in Ldap and LdapMulti with
an optionnal array of SASL options. A module that subclasses
Ldap or Ldapmulti can use it instead of simple login().
This requires SASL bind support in Symfony, which has been
merged in the 7.3 branch. SimpleSAMLphp uses Symfony 7.2.
How should this ne handled? I can backport the patches
for Symfony 7.2, but do we have a way to fold them in
the simpleSAMLphp package?
* Check for Symfony's saslBind and whoami method presence
* Fix QA-issues
* Rename method
* Rename method
* Fix QA
* Remove whitespace from end of line
* Remove whitespace from end of line
* Fix long line
* Fix: Allow optional sasl_args parameter
---------
Co-authored-by: Tim van Dijen <tvdijen@gmail.com>
0 commit comments