]> git.ipfire.org Git - thirdparty/systemd.git/commit
userdb: add support for looking up users or groups by uuid.
authorErin Shepherd <erin.shepherd@e43.eu>
Fri, 11 Apr 2025 19:18:32 +0000 (19:18 +0000)
committerErin Shepherd <erin.shepherd@e43.eu>
Mon, 21 Jul 2025 19:29:42 +0000 (19:29 +0000)
commit52874bb763cf97e453ef49a9f71db7c4cc6c1322
tree618fe1fff31225a48f7fc06620404b2062b64677
parent8f5eaeb143dd9e58503980ae5f63dd78c463180e
userdb: add support for looking up users or groups by uuid.

This propagates the UUID lookup parameter through the API permitting
lookups to be done by uuid.
docs/USER_GROUP_API.md
src/shared/user-record.c
src/shared/user-record.h
src/shared/userdb.c
src/userdb/userwork.c