]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
update TODO 36041/head
authorLennart Poettering <lennart@poettering.net>
Thu, 16 Jan 2025 12:58:14 +0000 (13:58 +0100)
committerLennart Poettering <lennart@poettering.net>
Tue, 21 Jan 2025 08:59:16 +0000 (09:59 +0100)
TODO

diff --git a/TODO b/TODO
index d2c451fb990b2b83d10d398c71f695d616e914fa..6ece980c4fb678d1c5840206eb27303dff56482c 100644 (file)
--- a/TODO
+++ b/TODO
@@ -262,12 +262,6 @@ Features:
   suffix the escape sequence with one more decimal digit, because compilers
   think you might actually specify a value outside the 8bit range with that.
 
-* homed: allow login via username + realm on getty/login prompt. Then rewrite
-  the user name in the PAM stack
-
-* homed/userdb: add "aliases" field to user record, which can alternatively be
-  used for logging in. Rewrite user name in the PAM stack once acquired.
-
 * confext/sysext: instead of mounting the overlayfs directly on /etc/ + /usr/,
   insert an intermediary bind mount on itself there. This has the benefit that
   services where mount propagation from the root fs is off, an still have
@@ -381,11 +375,6 @@ Features:
 * Clean up "reboot argument" handling, i.e. set it through some IPC service
   instead of directly via /run/, so that it can be sensible set remotely.
 
-* userdb: add concept for user "aliases", to cover for cases where you can log
-  in under the name lennart@somenetworkfsserver, and it would automatically
-  generate a local user, and from the one both names can be used to allow
-  logins into the same account.
-
 * systemd-tpm2-support: add a some logic that detects if system is in DA
   lockout mode, and queries the user for TPM recovery PIN then.