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

Update to 3.5.1 leaves Extension inconfigurable if LDAP hostnames contain "ldap://" prefix #90

Closed gedoens closed 4 years ago

gedoens commented 4 years ago

I just updated this extension from 3.3.1 to 3.5.1 on my installation. After fixing the bug described in #89, I received another error:

Core: Exception handler (WEB): Uncaught TYPO3 Exception: #1571920049: "ldap://ldap.example.com/" is not a valid host name. You need to remove the protocol scheme. | RuntimeException thrown in file /var/www/typo3/typo3conf/ext/ig_ldap_sso_auth/Classes/Utility/LdapUtility.php in line 146.

This is a nice error message, because it tells me what the issue is. The problem is that the exception also occurs when trying to open the "LDAP / SSO" Backend module. Hence I can't access the module at all to change the offending hostname. It worked after fixing the hostname in the database directly.