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

Handle Restore of Preexisting Users #72

Open
sean-horn opened this issue Aug 31, 2015 · 1 comment
Open

Handle Restore of Preexisting Users #72

sean-horn opened this issue Aug 31, 2015 · 1 comment
Labels
Type: Enhancement Adds new functionality.

Comments

@sean-horn
Copy link

knife-ec-backup should be able to handle the case where a USAG already exists for a user and we are trying to restore that preexisting user along with other non-existent users and all of their ACLs, as in Zendesk 5060.

Currently, if I try to restore an existing user with knife-ec-backup without use of the --skip-useracl option, the update fails. The problem with this is that --skip-useracl applies to all users in the export from the source system, which means none of the users' ACL info is updated, even if only one user is preexisting in the destination system.

@sean-horn
Copy link
Author

A possible alternate fix for this issue could be chef/chef-server#310

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Type: Enhancement Adds new functionality.
Projects
None yet
Development

No branches or pull requests

2 participants