t3ext-ig_ldap_sso_auth
t3ext-ig_ldap_sso_auth copied to clipboard
TYPO3 Extension ig_ldap_sso_auth. This extension provides LDAP support for TYPO3 by delegating the authentication of frontend and/or backend users to the centrally-managed directory of your organizati...
Hi all, we would like to use the extension in a v12 project that needs to be connected to MS Azure / EntraID. Is development in this direction already in...
As the PR #174 does not contain PHP 8.2 support which is essential for TYPO3 12, I added it. Furthermore I fixed some minor issues in the BE module and...
While for `fe_users` the group orders make no difference, this is not the case for `be_users`, as groups can not only contain permissions, but also tree mounts. We e.g. got...
Hello! The mapping of the field disable doesn’t work anymore: `disable = ` `disable.replacement.10 {` ` search = TRUE` ` replace = 1` `}` Commenting the following lines (240 and...
Hello, everytime when the scheduler task runs and synchronises fe_users I get error messages when somebody wants to login: Lock wait timeout exceeded; try restarting transaction | Doctrine\DBAL\Exception\LockWaitTimeoutException thrown in...
this commit reverts 6a4c5367f601a95db73567de5d9962cfad69c7d5 refs #207 https://github.com/xperseguers/t3ext-ig_ldap_sso_auth/issues/207
since [6a4c5367f601a95db73567de5d9962cfad69c7d5](https://github.com/xperseguers/t3ext-ig_ldap_sso_auth/commit/6a4c5367f601a95db73567de5d9962cfad69c7d5) login and search does not work with Active Directory anymore. The value of $config['server'] is '1' in my case (Version 3.8.0 with TYPO3 11, PHP 8.2). The search...
Hello, Typo3 v11 ends soon and 12 is stable since lagem. Will there be an official version with Typo3 v12 support by October 24? Unfortunately the codes provided here so...
We have a fairly complex LDAP structure, but not unusual. As far as I know it is a common structure for openLDAP, but it's one that is not fully supported...