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

providers/ldap: set password_change_date in check_pwd_last_set to avoid loop ending user sessions #11913

Open
wants to merge 5 commits into
base: main
Choose a base branch
from

Commits on Nov 4, 2024

  1. Configuration menu
    Copy the full SHA
    ce1ae77 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    402967a View commit details
    Browse the repository at this point in the history

Commits on Nov 7, 2024

  1. Refactor freeipa.py and ms_ad.py to use a common check_pwd_last_set m…

    …ethod from the base class
    tograss committed Nov 7, 2024
    Configuration menu
    Copy the full SHA
    42b0799 View commit details
    Browse the repository at this point in the history
  2. Override set_unusable_password in user model.

    Our version always updates the user.password_change_date either to now or a given value
    tograss committed Nov 7, 2024
    Configuration menu
    Copy the full SHA
    1eb2e19 View commit details
    Browse the repository at this point in the history
  3. lint

    tograss committed Nov 7, 2024
    Configuration menu
    Copy the full SHA
    e0541fe View commit details
    Browse the repository at this point in the history