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

KCM: Remove the oldest expired credential if no more space. #6917

Closed
wants to merge 2 commits into from

Commits on Oct 9, 2023

  1. KCM: Remove the oldest expired credential if no more space.

    :feature: When adding a new credential to KCM and the user has
              already reached their limit, the oldest expired credential
              will be removed to free some space.
              If no expired credential is found to be removed, the operation
              will fail as it happened in the previous versions.
    
    Resolves: SSSD#6667
    aplopez committed Oct 9, 2023
    Configuration menu
    Copy the full SHA
    66aaa61 View commit details
    Browse the repository at this point in the history
  2. KCM: Display in the log the limit as set by the user

    max_uid_ccaches is unconditionally incremented by 2 in ccdb_secdb_init()
    to create space for some internal entries. We cannot just show this
    value as it is not what the user configured.
    aplopez committed Oct 9, 2023
    Configuration menu
    Copy the full SHA
    d374a11 View commit details
    Browse the repository at this point in the history