projects
/
blog.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3987ca3
)
Fix indexing example in LDAP post.
author
W. Trevor King
<wking@tremily.us>
Mon, 14 May 2012 14:21:59 +0000
(10:21 -0400)
committer
W. Trevor King
<wking@tremily.us>
Mon, 14 May 2012 14:21:59 +0000
(10:21 -0400)
posts/LDAP.mdwn
patch
|
blob
|
history
diff --git
a/posts/LDAP.mdwn
b/posts/LDAP.mdwn
index b341b0cea0d57b4db26b84ba7cd521897ac92256..8b1d299544e56cdb6d8f9893eaa6fff8658ce4da 100644
(file)
--- 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.