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

[BUGFIX] Pass LDAP arguments during AJAX import #16

Closed pixelbrackets closed 6 years ago

pixelbrackets commented 6 years ago

If a user is imported manually using the backend module, then the import doesn’t use the configured attributes for the LDAP server. The resulting search request therefore may contain incomplete data and the import will fail.

To fix this we pass the LDAP attributes from the mapping as given in the LDAP configuration.

Refs #15