Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

RDN-Handling is too trivial #9

Open
rmattes opened this issue Apr 4, 2015 · 0 comments
Open

RDN-Handling is too trivial #9

rmattes opened this issue Apr 4, 2015 · 0 comments

Comments

@rmattes
Copy link

rmattes commented Apr 4, 2015

The handling of RDNs, esp. in rdn-from-dn is too trivial. rdn-from-dn breaks on backslash-escaped
characters. Example:

cn=Acme\, Baltimore,c=United States...
Expected: (:cn "Acme, Baltimore")
Got: (:cn "Acme")

and can't handle multi-valued RDNs. Example:

uid=123+gid=456,o=acme
Expoected: ((:uid 123) (:gid 456))
Got: (:uid "123+gid=456")

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant