From 2bb903587e3dc36f96a8158eb963668bb440a67d Mon Sep 17 00:00:00 2001
From: Laurent Bercot
Date: Fri, 10 Sep 2021 23:33:25 +0000
Subject: Doc fixes
Signed-off-by: Laurent Bercot
---
doc/nsssd-switch.html | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/doc/nsssd-switch.html b/doc/nsssd-switch.html
index bd6f63b..3b86f1a 100644
--- a/doc/nsssd-switch.html
+++ b/doc/nsssd-switch.html
@@ -61,7 +61,7 @@ configures all its backends. The script is a series of directives:
First a bitfield is read: it's a number between 0 and 7.
This number determines how the backend will behave in case of failure.
Then a backend is read: it is a full command-line, terminated
-by an empty word. (In an execline
script, the backend is a block, without the empty word.) The command
line is an implementation of the server side of the nsss protocol: for instance,
nsssd-unix "" declares a Unix backend with user, group and shadow
@@ -165,7 +165,7 @@ a script as a part of a "nsssd"
The examples/ subdirectory of the nsss package provides examples
on how to run such a service.
The simplest way to do so, for testing purposes, is a command line such as:
-s6-ipcserver -l0 /run/service/nsssd/s nsssd-switch 0 nsssd-unix ""
+s6-ipcserver -l0 /run/service/nsssd/s nsssd-switch 0 nsssd-unix ""
@@ -183,7 +183,7 @@ on a superserver such as
s6-ipcserver
to manage connections to the socket. An instance of nsssd-switch is run
for every client connection.
-
+
If fine-grained authorizations are required (only allowing
--
cgit 1.4.1