Skip to content

Commit

Permalink
shared: add internal API for querying JSON user records via varlink
Browse files Browse the repository at this point in the history
This new API can be used in place of NSS by our own internal code if
more than the classic UNIX records are needed.
  • Loading branch information
poettering committed Jan 15, 2020
1 parent 9b2d907 commit ec8e4a0
Show file tree
Hide file tree
Showing 3 changed files with 1,390 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/shared/meson.build
Expand Up @@ -197,6 +197,8 @@ shared_sources = files('''
user-record-nss.h
user-record.c
user-record.h
userdb.c
userdb.h
utmp-wtmp.h
varlink.c
varlink.h
Expand Down

0 comments on commit ec8e4a0

Please sign in to comment.