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 68 forks source link

Migrate to Doctrine #7

Closed xperseguers closed 5 years ago

xperseguers commented 6 years ago

When using a non-MySQL database with TYPO3 v8, calls such as $database->exec_SELECTgetRows do not work anymore.

Solution is to switch to Doctrine for TYPO3 v8 and up.

xperseguers commented 5 years ago

Fixed in branch feature/TYPO3_v9