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

certdb: fix PKCS#12 import with empty password #321

Closed
wants to merge 1 commit into from
Closed

certdb: fix PKCS#12 import with empty password #321

wants to merge 1 commit into from

Conversation

HonzaCholasta
Copy link
Contributor

@HonzaCholasta HonzaCholasta commented Dec 8, 2016

Since commit f919ab4, a temporary file is
used to give passwords to pk12util. When a password is empty, the temporary
will be empty as well, which pk12util does not like.

Add new line after the password in the temporary file to please pk12util.

https://fedorahosted.org/freeipa/ticket/6541

Since commit f919ab4, a temporary file is
used to give passwords to pk12util. When a password is empty, the temporary
will be empty as well, which pk12util does not like.

Add new line after the password in the temporary file to please pk12util.

https://fedorahosted.org/freeipa/ticket/6541
@ghost ghost self-requested a review December 8, 2016 11:59
@ghost ghost added the ack Pull Request approved, can be merged label Dec 9, 2016
@ghost
Copy link

ghost commented Dec 9, 2016

Works for me.

@HonzaCholasta
Copy link
Contributor Author

@HonzaCholasta HonzaCholasta added the pushed Pull Request has already been pushed label Dec 12, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ack Pull Request approved, can be merged pushed Pull Request has already been pushed
Projects
None yet
1 participant