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
GNU General Public License v3.0
29 stars 71 forks source link

[BUGFIX] Replace faulty attributes condition #20

Closed pixelbrackets closed 6 years ago

pixelbrackets commented 6 years ago

If the extended mapping hook is used, then the list of attributes shall be empty to avoid a warning. The condition whether the hook is used, was always »true« previously. Replace this non-check with an actual true/false comparison.

Refs #19 #15

pixelbrackets commented 6 years ago

It may also make sense to remove this check completely, since it is not done anywhere else.