Hi Mangesh
looks OK to me. In order to have slapd take notice of that you have to
write it into
olcDatabase={n}{type}, cn=config
as attribute olcDbIndex.
with n beeing the running number of the Database (such as 2), and type
beeing the type (such as bdb) of the Database.
On 02/17/2015 07:27
Hi,
I want information regarding adding index on an ldap attribute.
My directory structure is like:
ObjectClass Hierarchy: Company=>Department (In dc=example,dc=com)
Inside ObjectClass"Company", One of the attributes "UserID" to be indexed.
I have added index on the same as per following in sla