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

Backend Admin-Module Access blocked when BE-LDAP Login is enabled. #204

Open Prospero256 opened 3 months ago

Prospero256 commented 3 months ago

We recently installed version 3.8.0 of the extension.

We have local Admins, that are able to log into the BE without problems (backend.BEfailsafe is set to 1).

But when the parameter "enableBELDAPAuthentication" is set to 1, it is no longer possible to access the admin modules within the backend, that require an additional login (maintenance, settings). It only says something along the lines of "password unknown". All we can do then is to manually edit the LocalConfiguration.php, to reset it to 0.

The login into the backend itself seems unaffected by this bug.