t3ext-ig_ldap_sso_auth icon indicating copy to clipboard operation
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...

Results 40 t3ext-ig_ldap_sso_auth issues
Sort by recently updated
recently updated
newest added

We are authenticating backend users with ig_ldap_sso_auth and some users have their admin-flag set. When trying to access admin modules in the backend, TYPO3 v10 requests the user password again...

Hi Xavier, could you please change the limit for the amount of users in function getAvailableUsers (Classes/Controller/ModuleController.php line 674) to a configurable value instead of the hardcoded 2000. I suggest...

Tested TYPO3 8.7.32 and TYPO3 9.5.22 As a result its not possible to manually import users that are located on following pages.

`$attributes = @ldap_get_attributes($this->connection, $this->firstResultEntry);` may return FALSE on array. In this case the following `foreach` loop will trigger a warning/error. In the flow of the code it may be the...

the task results in "LDAP connection has already been closed" ```(1/1) Error LDAP connection has already been closed in /srv/www/releases/13/private/typo3conf/ext/ig_ldap_sso_auth/Classes/Utility/LdapUtility.php line 336 false, // Pagination is not critical for search...

Hi, I'm using Typo3 10.4.28 and ig_ldap_sso_auth 3.7.0. Importing users using the backend module works fine as expected with my current configuration. However, if I try to import users using...

I have the question why the ImportUsers scheduled task does all the imports in one transaction? In my opinion it would be more convenient if every import would be its...

The LdapUtility checks if a pagination feature exists and tries to use it later on. Expected behaviour: Paginate the results. Actual behaviour: Throws a warning, that pagination is not possible....

Using TYPO3 V10.4.14 and ig_ldap_sso_auth V3.6.0 on MS Active Directory. - Frontend and Backend users/group are synchronized correctly. - BE and FE Connection with Active Directory work properly. - Single...

The handling of the parentGroup mapping only works if I manually click "import" on one explicit group in the backend module. When I use the scheduler to synchronize all groups,...