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

Undefined array key "uid" when importing users with the scheduler Typo3 11.5 PHP 8.1 #176

Closed KHReinhardt closed 1 year ago

KHReinhardt commented 1 year ago

I have ig_ldap_sso_auth 3.7.1 installed. I get the following PHP warning trying to import user via scheduler task:

Undefined array key "uid" in C:\inetpub\wwwroot\typo3conf\ext\ig_ldap_sso_auth\Classes\Task\ImportUsers.php

Has anyone encountered the same error? Any hints as to how to solve it?

xperseguers commented 1 year ago

Please check master branch and if the problem persists, please specify at which line the problem occurs within ImportUsers.php. This may be related to #175 which just got fixed.

KHReinhardt commented 1 year ago

Tanks for the hint and sorry, my mistake. The line is 175. An the problem still persists.