From 8fa2b11c6eded39203be9611e3edefcf89959090 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Michael=20Str=C3=B6der?= Date: Wed, 17 Feb 2021 13:20:37 +0100 Subject: [PATCH] added missing spaces after OpenLDAP index directive --- docs/backends/ldap.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/backends/ldap.rst b/docs/backends/ldap.rst index ba2e2a938d..e2242cc8e0 100644 --- a/docs/backends/ldap.rst +++ b/docs/backends/ldap.rst @@ -551,7 +551,7 @@ performance improvement: :: - indexassociatedDomain pres,eq,sub + index associatedDomain pres,eq,sub Furthermore, if ``ldap-method=strict`` is set, it uses the aRecord and aAAARecord attribute for reverse mapping of IP addresses to names. To @@ -560,8 +560,8 @@ performance of the LDAP server: :: - indexaAAARecord pres,eq - indexaRecord pres,eq + index aAAARecord pres,eq + index aRecord pres,eq All other attributes than associatedDomain, aRecord or aAAARecord are only read if the object matches the specified criteria. Thus, -- 2.47.2