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

Mapping of username in BE_USERS #47

Closed Pit-Storm closed 5 years ago

Pit-Storm commented 5 years ago

Hi Xavier,

we would like to set up this plugin, but the Mapping of "username = " ist not working. If I look to the Search-Assistent the mapping preview says: username = <>

Can you give a hint?

Kind regards. Peter

oheil commented 5 years ago

We have as mapping: username = It is a Microsoft Active Directory.

xperseguers commented 5 years ago

Username cannot be mapped. It is mapped automatically based on the filter you give. See https://docs.typo3.org/typo3cms/extensions/ig_ldap_sso_auth/AdministratorManual/SampleConfiguration.html#fe-users

Pit-Storm commented 5 years ago

Thanks. Now I got it. You have to include the uid = {USERNAME} with an AND-Condition to your search criteria. This schould be an example in the Docs to make that clear.