]> git.proxmox.com Git - pve-docs.git/commitdiff
user management: ldap: specify space and number sign escaping
authorDominik Csapak <d.csapak@proxmox.com>
Thu, 23 Mar 2023 13:14:30 +0000 (14:14 +0100)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Thu, 23 Mar 2023 16:15:17 +0000 (17:15 +0100)
number sign at the beginning (was missing completely)
space only needs escaping at the start and end

Signed-off-by: Dominik Csapak <d.csapak@proxmox.com>
pveum.adoc

index 147f3174f5e57d9efecde312fcb404c61de8a936..6a0ad17c7f0c9ead7074f340a4d59ae4d814dea7 100644 (file)
@@ -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 (`"`)