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

Handling of missing users deletes all accounts #136

Closed klodeckl closed 2 years ago

klodeckl commented 2 years ago

In the scheduler task when I set Handling of missing users to delete every user gets deleted (deleted = 1). But the users exist.

I am currently on TYPO3 9.5.31. LDAP is eDirectory (Microfocus).

klodeckl commented 2 years ago

In BE context, for FE users it works as expected

xperseguers commented 2 years ago

Trying to reproduce:

Run the task

Expected

Actual

=> can reproduce.

xperseguers commented 2 years ago

The problem is actually related to having "Handling of restored users" set to "Do nothing" as all LDAP accounts gets deleted at first and with "Do nothing", they currently are not restored at all!

I'll see if I can do something more clever, in the mean time, you may set this to "Undelete" and it will fix your problem.