[pve-devel] [PATCH docs 1/1] user management: ldap: specify space and number sign escaping

Dominik Csapak d.csapak at proxmox.com
Thu Mar 23 14:14:30 CET 2023


number sign at the beginning (was missing completely)
space only needs escaping at the start and end

Signed-off-by: Dominik Csapak <d.csapak at proxmox.com>
---
 pveum.adoc | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/pveum.adoc b/pveum.adoc
index 147f317..6a0ad17 100644
--- a/pveum.adoc
+++ b/pveum.adoc
@@ -403,7 +403,8 @@ easily used in attribute values in DNs without being escaped properly.
 
 Following characters need escaping:
 
-* Space ( )
+* Space ( ) at the beginning or end
+* Number sign (`#`) at the beginning
 * Comma (`,`)
 * Plus sign (`+`)
 * Double quote (`"`)
-- 
2.30.2






More information about the pve-devel mailing list