5
0
mirror of git://git.proxmox.com/git/pve-docs.git synced 2025-03-08 04:58:19 +03:00

user management: ldap: specify space and number sign escaping

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>
This commit is contained in:
Dominik Csapak 2023-03-23 14:14:30 +01:00 committed by Thomas Lamprecht
parent f42edd7afd
commit fd95afe2f5

View 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 (`"`)