Matt writes: > # Indices to maintain > index objectClass eq > index x500uniqueIdentifier eq > index uid eq
You should also have the mail & mailAlternateAddress attribs indexed. Here's what I use: index objectClass eq index uid,mail,mailAlternateAddress eq index cn,surname,givenname eq,sub > Is there some command I need to run to have it index the database or > something?? or will it do it by itself? You should change the configuration file, stop slapd and run the slapindex command. Regards, -- Adriano
