URL: https://github.com/SSSD/sssd/pull/5262
Title: #5262: DN with white spaces

thalman commented:
"""
> > @sumit-bose I see one more issue in the old code. If DN comes with escape 
> > characters the we escape them again and we get
> > ```
> > cn=Doe\, John => cn=Doe\5c\2c John
> > ```
> > 
> > 
> > and it breaks the search. Lets address this too before merge.
> 
> Hi,
> 
> can you add such examples to the test as well to make sure we handle escaped 
> characters, especially escaped spaces, correctly?
> 
> bye,
> Sumit

Unfortunately this issue is not addressed by this PR. Simple solution with 
skipping escapes doesn't work and breaks the cache (Or at least tests).

Considering that this is a bit different issue, I will address that separately 
in other PR.

"""

See the full comment at 
https://github.com/SSSD/sssd/pull/5262#issuecomment-675344723
_______________________________________________
sssd-devel mailing list -- sssd-devel@lists.fedorahosted.org
To unsubscribe send an email to sssd-devel-le...@lists.fedorahosted.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedorahosted.org/archives/list/sssd-devel@lists.fedorahosted.org

Reply via email to