Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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 ```
- Loading branch information