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

pam: fix cache id #310

Merged

Commits on Aug 8, 2023

  1. pam: fix cache id

    Something went wrong in the cherry-picking for
    3fc9c41. Bus is not stored correctly in the
    cache. Because authentication calls `pam_acquire_bus_connection` twice, and the
    first created bus is used after the second one is created, `pam_set_data`
    disconnects the first one. This results in the following error:
    
    ```
    Failed to acquire home for user test-user: Transport endpoint is not connected
    ```
    valentindavid committed Aug 8, 2023
    Configuration menu
    Copy the full SHA
    fcb1fe2 View commit details
    Browse the repository at this point in the history