terraform-provider-ad icon indicating copy to clipboard operation
terraform-provider-ad copied to clipboard

solve error when creating multiple AD Users

Open shubhambjadhavar opened this issue 2 years ago • 5 comments

Description

Solves the error occurred when creating multiple users i.e., stderr: New-ADUser : A local error has occurredAt. Idea - Release the client after execution of PS Command. Tested by creating 100 users.

References

https://github.com/hashicorp/terraform-provider-ad/issues/119

Community Note

  • Please vote on this issue by adding a 👍 reaction to the original issue to help the community and maintainers prioritize this request
  • If you are interested in working on this issue or have submitted a pull request, please leave a comment

shubhambjadhavar avatar Jul 27 '21 09:07 shubhambjadhavar

CLA assistant check
All committers have signed the CLA.

hashicorp-cla avatar Jul 27 '21 09:07 hashicorp-cla

When can we expect this to get merged?

techBeck03 avatar Aug 23 '21 20:08 techBeck03

Would love to use this provider but this issue is a killer. Would love a fix 👍 👍 👍

seahorseing-around avatar Nov 24 '21 11:11 seahorseing-around

This pull request already had its first birthday. Is this provider dead?

martinrohrbach avatar Sep 07 '22 14:09 martinrohrbach

Are you sure that this patch actually affects the behaviour at all? Within the scope, it should make no difference where you call defer. We experience the same bug, but the only semi-reliable way I've found to avoid the issue is to reduce -parallelism to 3–4.

isometry avatar Jan 18 '23 13:01 isometry