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

roles, adding default domain password policy management #139

Draft
wants to merge 5 commits into
base: master
Choose a base branch
from

Conversation

danlavu
Copy link

@danlavu danlavu commented Nov 27, 2024

Tests PR, SSSD/sssd#7728

This PR is larger than I expected.

misc.py

  • added seconds to timespan method and test, timespan is the powershell M:D:H:S:F format

authentication.py

  • SUAuthentication, added password_expired_with_output
  • SSHAuthentication, added password_expired_with_output
  • like password_with_out, replaced put with a valid {{exitmsg}}

roles/ad.py

  • added ADPasswordPolicy class
  • password.lockout(duration, attempts)
  • password.complexity(enable)
  • password.age(min, max)
  • password.requirements(length)

** roles/generic.py**

  • added GenericPasswordPolicy class

@danlavu danlavu added the enhancement New feature or request label Nov 27, 2024
@danlavu danlavu marked this pull request as draft November 27, 2024 12:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant