From 9897989ef3a0a1df66b588997d03267f5785adc8 Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Mon, 8 Nov 2021 18:02:33 +0100 Subject: [PATCH] man: document new --multipler= switch --- man/userdbctl.xml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/man/userdbctl.xml b/man/userdbctl.xml index 611c425b795..3c26ce3024a 100644 --- a/man/userdbctl.xml +++ b/man/userdbctl.xml @@ -128,6 +128,14 @@ off. + + BOOL + + Controls whether to do lookups via the multiplexer service (if specified as true, the + default) or do lookups in the client (if specified as false). Using the multiplexer service is + typically preferable, since it runs in a locked down sandbox. + + -- 2.47.3