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

Update validation on the ResetLockoutCount to limit it to LockoutDuration rather than limiting it to 30 minutes #11583

Merged
merged 1 commit into from
May 15, 2021
Merged

Conversation

chef-davin
Copy link
Contributor

Signed-off-by: Davin Taddeo davin@chef.io

Description

The net account /LockoutWindow command which underlies the setting of the ResetLockoutCount property is not limited to 30 minutes. That is a default because it is the default for the LockoutDuration setting. This update changes the validation for the ResetLockoutCount security policy so that it is limited by the LockoutDuration setting and not the 30 minute default.

Related Issue

Types of changes

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to change)
  • Chore (non-breaking change that does not add functionality or fix an issue)

Checklist:

  • I have read the CONTRIBUTING document.
  • I have run the pre-merge tests locally and they pass.
  • I have updated the documentation accordingly.
  • I have added tests to cover my changes.
  • All new and existing tests passed.
  • All commits have been signed-off for the Developer Certificate of Origin.

…tion rather than limiting it to 30 minutes

Signed-off-by: Davin Taddeo <davin@chef.io>
@chef-davin chef-davin requested review from a team as code owners May 14, 2021 20:10
@tas50 tas50 merged commit cece708 into chef:master May 15, 2021
@tas50
Copy link
Contributor

tas50 commented May 15, 2021

Thanks @chef-davin

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.

None yet

2 participants