Fix indexing example in LDAP post.
authorW. Trevor King <wking@tremily.us>
Mon, 14 May 2012 14:21:59 +0000 (10:21 -0400)
committerW. Trevor King <wking@tremily.us>
Mon, 14 May 2012 14:21:59 +0000 (10:21 -0400)
posts/LDAP.mdwn

index b341b0cea0d57b4db26b84ba7cd521897ac92256..8b1d299544e56cdb6d8f9893eaa6fff8658ce4da 100644 (file)
@@ -419,8 +419,9 @@ From the manual:
 
 [Indexing][index] sounds like a good idea, so we turn it on with
 
-    index cn,sn,mail,uid eq
-    index cn,mail sub
+    index   objectClass     eq
+    index   uid             eq
+    index   cn,mail         sub
 
 If you change your index configuration, you'll have to stop `slapd`
 and run `slapindex` to regenerate the indexes.