diff options
-rw-r--r-- | source4/lib/ldb/tests/test-index.ldif | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/source4/lib/ldb/tests/test-index.ldif b/source4/lib/ldb/tests/test-index.ldif index 0f1268c44f..6b2e921ebd 100644 --- a/source4/lib/ldb/tests/test-index.ldif +++ b/source4/lib/ldb/tests/test-index.ldif @@ -1,3 +1,6 @@ dn: @INDEXLIST @IDXATTR: uid -@IDXATTR: objectclass +# it is much better not to index on objectclass if nearly +# all the records are the same class (the index is expensive +# to maintain, and doesn't really gain anything) +# @IDXATTR: objectclass |