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

Prevent import of records #158

Closed bj0hn closed 1 year ago

bj0hn commented 1 year ago

If the attribute "mail" in ldap is not filled, the user should not be imported into TYPO3. How can I solve this?

bj0hn commented 1 year ago

Solved :) My solution is to filter those records out in my ldap query.

(mail=*))