]> git.ipfire.org Git - thirdparty/systemd.git/commit - README
nss-mymachines: drop support for UID/GID resolving
authorLennart Poettering <lennart@poettering.net>
Tue, 7 Jul 2020 19:58:12 +0000 (21:58 +0200)
committerLennart Poettering <lennart@poettering.net>
Tue, 14 Jul 2020 15:08:12 +0000 (17:08 +0200)
commit38ccb55731e5c288fd086344bbb07a7167a78d2b
treec25fbeb336bdd043a89b7d2d65d3ddb0a3a59f79
parent4c2cf15751e7797452e0d7d2906b10fb2b46db3f
nss-mymachines: drop support for UID/GID resolving

Now that we make the user/group name resolving available via userdb and
thus nss-systemd, we do not need the UID/GID resolving support in
nss-mymachines anymore. Let's drop it hence.

We keep the module around, since besides UID/GID resolving it also does
hostname resolving, which we care about. (One of those days we should
replace that by some Varlink logic between
nss-resolve/systemd-resolved.service too)

The hooks are kept in the NSS module, but they do not resolve anything
anymore, in order to keep compat at a maximum.
README
docs/UIDS-GIDS.md
factory/etc/nsswitch.conf
man/nss-myhostname.xml
man/nss-mymachines.xml
man/nss-resolve.xml
man/nss-systemd.xml
src/nspawn/nspawn.c
src/nss-mymachines/nss-mymachines.c