Hi,

i have some entries in my logs like:

bdb_equality_candidates: (member) not indexed
bdb_equality_candidates: (displayName) not indexed
bdb_equality_candidates: (cn) not indexed
bdb_equality_candidates: (displayName) not indexed
bdb_equality_candidates: (cn) not indexed
bdb_equality_candidates: (mail) not indexed
bdb_equality_candidates: (member) not indexed

how should i add them to ldap?

eq, pres, approx, special or sub?

What i know is:*

pres* should be used if use searches 
<http://www.zytrax.com/books/ldap/apa/search.html> of the form 
'objectclass=person' or 'attribute=mail' will be used.

*approx* MUST be used if use searches
<http://www.zytrax.com/books/ldap/apa/search.html> of the form
'sn~=person' (a 'sounds-like' search) will be used.

*eq* should be used if searches
<http://www.zytrax.com/books/ldap/apa/search.html> of the form
'sn=smith' will be used i.e no wildcards are included (uses the EQUALITY
rule only).

*sub* should be used if use searches
<http://www.zytrax.com/books/ldap/apa/search.html> of the form 'sn=sm*'
i.e wildcards are included (uses the SUBSTR rule). This rule may be
enhanced by a using *subinitial* (optimised for
'sn=s*'), *subany* (optimised for 'sn=*n*') or *subfinal*(optimised for
'sn=*th'). One or more *sub* parameters may be included.

but i don't know how this stuff is being used by, for example, SOGo

anyone got an advise for me?

thanks a lot

juergen


-- 
users@sogo.nu
https://inverse.ca/sogo/lists

Reply via email to