From: W. Trevor King Date: Mon, 14 May 2012 14:21:59 +0000 (-0400) Subject: Fix indexing example in LDAP post. X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=b857e43ca904b4c0e6429f7c922bc223fcab8e30;p=blog.git Fix indexing example in LDAP post. --- diff --git a/posts/LDAP.mdwn b/posts/LDAP.mdwn index b341b0c..8b1d299 100644 --- a/posts/LDAP.mdwn +++ b/posts/LDAP.mdwn @@ -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.