[Date Prev][Date Next]
[Chronological]
[Thread]
[Top]
DB Indexing
- To: openldap-technical@openldap.org
- Subject: DB Indexing
- From: openldap.org@jrogers.org
- Date: Sat, 26 Aug 2017 13:18:44 +0000
- Content-language: en-US
- Dkim-signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/simple; s=224i4yxa5dv7c2xz3womw6peuasteono; d=amazonses.com; t=1503753524; h=To:From:Subject:Message-ID:Date:MIME-Version:Content-Type:Content-Transfer-Encoding:Feedback-ID; bh=m7dt9qfUKK13JYdxb/eb0dM4cnbWhuLtf9XtMuL1FNs=; b=OyNRQg0+FX7Y4qvC5yj4ks5u9HQEq321kCyNTwUxKVQD6ssflxsVWohfDZloDrdv pad/ZQtDWLUEQmyXD/o29ZPYpKtPk0WzwBC6ecOcSzs7zYQllNvQWMbNpPKzUhacDxK pWtao3IptmceqBjAj/hlZOYfxJOgLUXljw6DKu2g=
- Feedback-id: 1.us-east-1.LlVcibaqqAAZeMfnceB4YLJjXHNVVYiYxFk9TF2tBa8=:AmazonSES
- User-agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.12; rv:52.0) Gecko/20100101 Thunderbird/52.3.0
To Whom It May Concern:
Is there a difference in indexing between the following two OLC config
options:
Option 1:
olcDbIndex: uidNumber eq
olcDbIndex: gidNumber eq
Option 2:
olcDbIndex: uidNumber,gidNumber eq
In other words, does OpenLDAP consider them both options to be the same,
where each (uidNumber and gidNumber) are indexed separately into
separate indices? Or, does option 2 index the possible combinations of
uidNumber/gidNumber, whereas option 1 indexes them separately?
Thank you for you help.
Thx,
Jeff