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

sdap: respect passwordGracelimit #621

Closed
wants to merge 1 commit into from

Commits on Jul 20, 2018

  1. sdap: respect passwordGracelimit

    Since recent changes in 389-ds two response controls are end when
    passwordGracelimit is set and about to expire:
    - [1.3.6.1.4.1.42.2.27.8.5.1] for the GraceLimit itself
    - [2.16.840.1.113730.3.4.4] for the PasswordExpired
    
    Whenever the former is returned and the GraceLimit is still valid, we
    shouldn't report the latter to the users.
    
    Resolves:
    https://pagure.io/SSSD/sssd/issue/3597
    
    Signed-off-by: Fabiano Fidêncio <fidencio@redhat.com>
    fidencio committed Jul 20, 2018
    Copy the full SHA
    79d5e2d View commit details
    Browse the repository at this point in the history