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

sumit-bose commented:
"""
Hi Tomas,

there is `ldap_dn_normalize()` in OpenLDAP. Can you check if something like

    ldap_dn_normalize(dn_str, LDAP_DN_FORMAT_LDAP,  &sanitized_dn_str, 
LDAP_DN_FORMAT_LDAPV3);

does remove the space as well? A wrapper function would still be nice so that 
we can get the result as talloc'ed string?

bye,
Sumit
"""

See the full comment at 
https://github.com/SSSD/sssd/pull/5262#issuecomment-673413612
_______________________________________________
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