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

Do not downcase acl group/user names when checking for insync?. #25

Merged
merged 2 commits into from
Oct 4, 2016

Conversation

tdevelioglu
Copy link

@tdevelioglu tdevelioglu commented Mar 29, 2016

type.set_insync downcases the entire acl line before comparison with the
current acl. This effectively causes the resource's state to never be in
sync if you use any group, or username with uppercase characters.
Also, remove redundant call to provider.permission.

Also fixes the tests.

@roidelapluie
Copy link
Member

This branch has conflicts that must be resolved

type.`set_insync` downcases the entire acl line before comparison with the
current acl. This effectively causes the resource's state to never be in
sync if you use any group, or username with uppercase characters.
Also, remove redundant call to provider.`permission`.
@tdevelioglu
Copy link
Author

tdevelioglu commented Oct 4, 2016

resolved.

@roidelapluie
Copy link
Member

Thanks. Tests will be improved after #29

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

Successfully merging this pull request may close these issues.

2 participants