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

[Bugfix] Escape backslashes for LDAP search #55

Closed jackd248 closed 4 years ago

jackd248 commented 5 years ago

The manual import of a ldap user via the backend fails if the dn contains a backslash and needs to escape.

For example:

CN=Lastname\, Firstname,OU=Users,OU=...,DC=local

This pull request is similar to this one: https://github.com/xperseguers/t3ext-ig_ldap_sso_auth/pull/13

xperseguers commented 4 years ago

Fixed as 8d02f4c5890e3cd9415139e78d0228efc0f8e830