]> git.ipfire.org Git - thirdparty/systemd.git/commit
shared: add helpers for converting NSS passwd/group structures to new JSON objects
authorLennart Poettering <lennart@poettering.net>
Mon, 5 Aug 2019 16:21:30 +0000 (18:21 +0200)
committerLennart Poettering <lennart@poettering.net>
Wed, 15 Jan 2020 14:27:23 +0000 (15:27 +0100)
commit9b2d907877ab10202fdfb7db7a5ce6e8b32c70b8
tree6fafb8decf2a399bf5c19a7808e93e7a683ad8f7
parent71d0b9d42263272cb05a7587404e6f2d9006bdb2
shared: add helpers for converting NSS passwd/group structures to new JSON objects

These new calls may be used to convert classic UNIX/glibc NSS struct
passwd and struct group records into new-style JSON-based user/group
objects.
src/shared/group-record-nss.c [new file with mode: 0644]
src/shared/group-record-nss.h [new file with mode: 0644]
src/shared/meson.build
src/shared/user-record-nss.c [new file with mode: 0644]
src/shared/user-record-nss.h [new file with mode: 0644]