From 65ff7f7d8105b835ff2aee388b2e5c7dc01e9775 Mon Sep 17 00:00:00 2001 From: Simon Ruderich Date: Sun, 15 Dec 2019 11:38:11 +0100 Subject: [PATCH] README.adoc: fix asciidoc syntax Lists must be separated by an empty line --- README.adoc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.adoc b/README.adoc index b379d83..a434103 100644 --- a/README.adoc +++ b/README.adoc @@ -21,6 +21,7 @@ Nsscash can also be used separately from the NSS module to deploy arbitrary files to many hosts and keep them up-to-date. Nsscash is very careful when deploying the changes: + - All files are updated using the standard "write to temporary file", "sync", "rename" steps which is atomic on UNIX file systems. The indices are stored in the same file preventing stale data during the update. @@ -41,6 +42,7 @@ Nsscash is very careful when deploying the changes: and verified on each `nsscash` run. The passwd/group files have the following size restrictions: + - maximum number of entries: '2^64-1' (uint64_t) - maximum passwd entry size: 65543 bytes (including newline) - maximum group entry size: 65535 bytes (including newline, only one member) -- 2.43.2