[Date Prev][Date Next] [Chronological] [Thread] [Top]

Re: Creating indexes



At 09:49 AM 2001-11-02, Craig Hancock wrote:
>Hello all I attempting to indexes for my LDAP setup. I am runing
>openldap v2.0.14 that is being used to autneticate users to unix
>machines. 
>
>>From the Openldap Admin this example
>
>        index default pres,eq
>        index objectClass,uid
>        index cn,sn eq,sub,approx
>
>>From my understanding this means 

The above means the default (pres and eq) indices will be
maintained for the objectClass and uid attributes;
eq, sub, and approx indices will be maintained for the
cn and sn attributes.  Assuming these are the only index
statements, no other indices will be maintained.

Kurt