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

rpcserver: assume version 1 for unversioned command calls #35

Closed
wants to merge 1 commit into from
Closed

rpcserver: assume version 1 for unversioned command calls #35

wants to merge 1 commit into from

Conversation

HonzaCholasta
Copy link
Contributor

@HonzaCholasta HonzaCholasta commented Aug 29, 2016

When a command is called on the server over RPC without its version
specified, assume version 1 instead of the highest known version.

This ensures backward compatibility with old clients, which do not support
versioned commands and understand only the first version of any given
command.

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

When a command is called on the server over RPC without its version
specified, assume version 1 instead of the highest known version.

This ensures backward compatibility with old clients, which do not support
versioned commands and understand only the first version of any given
command.

https://fedorahosted.org/freeipa/ticket/6217
@ghost
Copy link

ghost commented Aug 31, 2016

Works for me

@ghost ghost added the ack Pull Request approved, can be merged label Aug 31, 2016
@ghost
Copy link

ghost commented Aug 31, 2016

@ghost ghost added the pushed Pull Request has already been pushed label Aug 31, 2016
@ghost ghost closed this Aug 31, 2016
This pull request was closed.
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
Development

Successfully merging this pull request may close these issues.

1 participant