summaryrefslogtreecommitdiff
path: root/docs/USER_GROUP_API.md
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2021-05-10 14:57:18 +0200
committerLennart Poettering <lennart@poettering.net>2021-05-10 14:59:26 +0200
commitf2147ed5eacf56157e78adc318635c25ecb71503 (patch)
tree0a4260545228182f2700d2f86fb2b33cd0c4f1af /docs/USER_GROUP_API.md
parent62a90b48d0bc7a4e5f28bede70572c48196835cc (diff)
downloadsystemd-f2147ed5eacf56157e78adc318635c25ecb71503.tar.gz
docs: link info about static user/group drop-in files from the relevant specs
Diffstat (limited to 'docs/USER_GROUP_API.md')
-rw-r--r--docs/USER_GROUP_API.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/docs/USER_GROUP_API.md b/docs/USER_GROUP_API.md
index 51132b9a3f..bcb0b5d257 100644
--- a/docs/USER_GROUP_API.md
+++ b/docs/USER_GROUP_API.md
@@ -19,6 +19,12 @@ expose. Or in other words, it both allows applications to efficiently query
user/group records from local services, and allows local subsystems to provide
user/group records efficiently to local applications.
+The concepts described here define an IPC interface. Alternatively, user/group
+records may be dropped in number of drop-in directories as files where they are
+picked up in addition to the users/groups defined by this IPC logic. See
+[`nss-systemd(8)`](https://www.freedesktop.org/software/systemd/man/nss-systemd.html)
+for details.
+
This simple API only exposes only three method calls, and requires only a small
subset of the Varlink functionality.