]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
added missing spaces after OpenLDAP index directive 10098/head
authorMichael Ströder <michael@stroeder.com>
Wed, 17 Feb 2021 12:20:37 +0000 (13:20 +0100)
committerMichael Ströder <michael@stroeder.com>
Wed, 17 Feb 2021 12:20:37 +0000 (13:20 +0100)
docs/backends/ldap.rst

index ba2e2a938da8233fcd88615131305479a90ba9a2..e2242cc8e0165891eebefbcbaa347f63be79f89b 100644 (file)
@@ -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,