From b857e43ca904b4c0e6429f7c922bc223fcab8e30 Mon Sep 17 00:00:00 2001 From: "W. Trevor King" Date: Mon, 14 May 2012 10:21:59 -0400 Subject: [PATCH] Fix indexing example in LDAP post. --- posts/LDAP.mdwn | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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. -- 2.26.2