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

Re: lastmod problem



At 09:45 AM 2002-02-11, Karl Pitrich wrote:
>using openldap-stable-20020107, it seems that 'lastmod'
>is ignored. on openldap-1.2.11 it just works fine.

In works just fine in 2.0 as well... you are likely
not requesting the return of the desired operational
attributes and, hence, they are not being returned
(as required by RFC 2251).

Also, 2.0 has no implicit indexing.  You likely want
to add "index objectClass eq" to your configuration file
(see 2.0 examples and admin guide).

Kurt