From b35285a8d6b89b252ab92d8d2240d905c8cb47b7 Mon Sep 17 00:00:00 2001 From: Thomas Lamprecht Date: Mon, 20 Mar 2023 16:58:18 +0100 Subject: [PATCH] user management: drop extra newlines and avoid broken monospace quote asciidoc isn't really made for monospace quoting a single space characters, so just print it without backticks Signed-off-by: Thomas Lamprecht --- pveum.adoc | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/pveum.adoc b/pveum.adoc index f9c1c7c..1eb1e5c 100644 --- a/pveum.adoc +++ b/pveum.adoc @@ -403,20 +403,13 @@ in DNs without being escaped properly. Following characters need escaping: -* Space (` `) - +* Space ( ) * Comma (`,`) - * Plus sign (`+`) - * Double quote (`"`) - * Forward slashes (`/`) - * Angle brackets (`<>`) - * Semicolon (`;`) - * Equals sign (`=`) To use such characters in DNs, surround the attribute value in double quotes.