adobe-apiplatform / user-sync.py

Application for synchronizing Adobe customer directories via the User Management API
https://adobe-apiplatform.github.io/user-sync.py/en/user-manual/
MIT License
87 stars 67 forks source link

SPACE must be escaped as trailing character of attribute value #850

Closed cojocarule closed 2 months ago

cojocarule commented 3 months ago

Recently started seeing this message in UST log, and the run fails.

2024-05-21 11:19:53 2208 CRITICAL main - Unexpected LDAP failure reading group members: SPACE must be escaped as trailing character of attribute value

Any advice on how to resolve? as there is no detailed logging for LDAP loading part.

cojocarule commented 3 months ago

This was resolved, we found and corrected an account that had an attribute with a trailing space. Would be nice if UST could skip these occurrences.