[Date Prev][Date Next]
[Chronological]
[Thread]
[Top]
Re: Resolving groups (neophyte question)
From: Mark Wilcox <mark@mjwilcox.com>
>Hi,
>anything that is specific (eg. objectclass=inetorgperson) is always more
>effecient than a wildcard, in particular anything that can be anything
>(because objectclass isn't indexed this can be doubly so ;)
Why would you not index your objectClass? I would've thought having this in
slapd.conf:
index objectclass eq,pres
would be more or less imperative given how often objectClass is used as an
index.
Paul