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

Data corruption when sending base64 encoded LDIF values. #2

Open
felixvf opened this issue Jun 18, 2019 · 0 comments
Open

Data corruption when sending base64 encoded LDIF values. #2

felixvf opened this issue Jun 18, 2019 · 0 comments

Comments

@felixvf
Copy link

felixvf commented Jun 18, 2019

When an input .ldif file contains a line

sn:: Zm9vYmFy

it is expected that this line be interpreted as base64-encoded data. However, ldapply seems to both recognize and not recognize this situation: ldapply sends : Zm9vYmFy as the verbatim string to the server. A subsequent query using ldapsearch outputs

sn:: OiBabTl2WW1GeQ==

which is clearly not what is intended.

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