From: Michael Ströder Date: Wed, 17 Feb 2021 12:20:37 +0000 (+0100) Subject: added missing spaces after OpenLDAP index directive X-Git-Tag: dnsdist-1.6.0-alpha2~29^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=8fa2b11c6eded39203be9611e3edefcf89959090;p=thirdparty%2Fpdns.git added missing spaces after OpenLDAP index directive --- 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,