-
Notifications
You must be signed in to change notification settings - Fork 16
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
14 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,17 @@ | ||
authd (0.4.0) noble; urgency=medium | ||
|
||
* Generate random UIDs and GIDs. This fixes an issue which can lead to login | ||
failing because of UID/GID collisions. | ||
* Fix login with non-authd user failing when authd is unavailable | ||
* Fix login failing if a group has been renamed on the provider's end | ||
* Avoid creating users or groups which already exist (with the same name, | ||
but different UID/GID) on the system. | ||
* Use more restrictive sandboxing for the authd systemd service | ||
* Use journal native protocol to print nice log messages to the systemd journal | ||
* Update dependencies | ||
|
||
-- <[email protected]> Wed, 22 Jan 2025 14:07:49 +0100 | ||
|
||
authd (0.3.7) noble; urgency=medium | ||
|
||
* Change database directory from /var/cache/authd to /var/lib/authd. | ||
|