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: Fix SSH GSSAPI delegation for the memory back end #5313

Commits on Sep 23, 2020

  1. KCM: Fix GSSAPI delegation for the memory back end

    When GSSAPI credentials are delegated over SSH, the KCM set default ccache
    operation looks for a ERR_NO_CREDS return code to continue handling the
    SSH-created ccache correctly. The memory back end will now return this
    error code in this situation, matching the default secdb back end.
    
    Resolves: SSSD#5333
    justin-stephenson committed Sep 23, 2020
    Configuration menu
    Copy the full SHA
    b93ad04 View commit details
    Browse the repository at this point in the history