xperseguers / t3ext-ig_ldap_sso_auth

TYPO3 Extension ig_ldap_sso_auth. This extension provides LDAP and SSO support for TYPO3.
https://extensions.typo3.org/extension/ig_ldap_sso_auth
GNU General Public License v3.0
30 stars 74 forks source link

Wrong Server Configuration for Active Directory #207

Closed jonnsn closed 1 month ago

jonnsn commented 3 months ago

since 6a4c5367f601a95db73567de5d9962cfad69c7d5 login and search does not work with Active Directory anymore. The value of $config['server'] is '1' in my case (Version 3.8.0 with TYPO3 11, PHP 8.2). The search still works if the option "First entry only" is checked. Without this option no results are found.

When undoing the mentioned commit it will work again. I am unsure of unwanted sideeffects though as I suggest the commit was done for a reason and was tested somehow.

jpmschuler commented 2 months ago

Thx for this. In my case the search worked fine, but the login got flaky. After 3.8.0 release I had around 90% successful logins (with correct, saved password) - which I didn't investigate further. After the last few Windows ADC patches in recent weeks I got <30% successful logins (with correct, saved password).

Adding the PR set this to 100% success again.