]> git.ipfire.org Git - thirdparty/systemd.git/commit
userdb: introduce USERDB_SYNTHESIZE_NUMERIC flag
authorYu Watanabe <watanabe.yu+github@gmail.com>
Fri, 9 May 2025 02:18:02 +0000 (11:18 +0900)
committerYu Watanabe <watanabe.yu+github@gmail.com>
Fri, 9 May 2025 03:10:28 +0000 (12:10 +0900)
commite4d07d1a2d66fd200abdd977b70fc6ac69a369ce
tree9c75fe18d1e5e566b58606722c712157a017dae4
parent6d30c11a0a41a8825180edd47a692959b1e97364
userdb: introduce USERDB_SYNTHESIZE_NUMERIC flag

When the flag is set, even if the specified UID/GID does not exist,
create a synthetic user record for the UID/GID.
Currently, only system UID/GID are supported.
src/shared/userdb.c
src/shared/userdb.h