xperseguers / t3ext-ig_ldap_sso_auth

TYPO3 Extension ig_ldap_sso_auth. This extension provides LDAP and SSO support for TYPO3.

Home Page:https://extensions.typo3.org/extension/ig_ldap_sso_auth

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Stdwrap options don’t work anymore

klodeckl opened this issue · comments

Since the update to TYPO3 11 and PHP 7.4 to PHP 8.2 any stdwrap options in ldap config don’t work anymore (ig_ldap_sso_auth unchanged at 3.7.1).
Example:
name = <givenName> <sn>
name.replacement.10 {
search = ue
replace = ü
}

Is there a workaround for that or how could it be fixed?

Works again, was related to my change: #178