]> git.ipfire.org Git - thirdparty/systemd.git/commit
userdb: optionally parse numeric UIDs/GIDs where a username is expected
authorLennart Poettering <lennart@poettering.net>
Tue, 14 Jan 2025 17:28:27 +0000 (18:28 +0100)
committerYu Watanabe <watanabe.yu+github@gmail.com>
Wed, 15 Jan 2025 18:34:37 +0000 (03:34 +0900)
commitcc7300fc5868f6d47f3f47076100b574bf54e58d
treeb6baf5e75a7b0e2ac5aadac6ba6bac7eed955dc4
parentb8980528c00061741e0119e1940915d5c90ec522
userdb: optionally parse numeric UIDs/GIDs where a username is expected

Let's move this logic from userdbctl into generic code so that we can
use it elsewhere.
src/shared/userdb.c
src/shared/userdb.h
src/userdb/userdbctl.c