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
27 stars 64 forks source link

This fix the proper ldap_search with Active Directory #79

Closed albig closed 4 years ago

albig commented 4 years ago

Current 3.5.0 changed type of serverType from int to string. Unfortunatly at one point, it remained integer in Ldap::connect(). This causes in LdapUtility::connect() the serverType to be '1' instead of 'Active Directory'. The setting of LDAP_OPT_REFERRALS is omitted and ldap_searchi() failes with 'Operations error'.

web-it-solutions commented 4 years ago

It would be great if you could release a version with this fix to the TER as 3.5.1 ;-)