Invalid Escaped DN using LDAP Plugin to Remove a User from Group
Active Directory LDAP Plugin Version 5.2.0
Action = Add or Remove an Object from Group (remove in my case)
-
Actual DN Value in AD = CN=Muñoz Dueñas, Bob,OU=Users,DC=contoso,DC=com
-
Submitted DN String = CN=Mu\F1oz Due\F1as, Bob,OU=Users,DC=contoso,DC=com
-
Error = The DN CN=Mu\F1oz Due\F1as, Bob,OU=Users,DC=contoso,DC=com was not found. An error occurred during plugin execution!
Is there still a problem handling escaped DN strings since version 3.2.10 (see below)?
Version Notes:
- 4.0.0 - New action Modify Object | Rename Modify Groups action to ‘Add or Remove an Object from Group’ | Fix issue where non-ASCII characters were not being escaped
- 3.2.10 - Fix issue where escaped characters were not being handled correctly