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

Re: Ldapsearch with greater or equal



Michael Ströder wrote:
Uwe Jans wrote:
 >
 > I tried to use a "greater or equal" search. The search with only equal
 > works the following search doesnt work and gives no results.
 >
 > $ ldapsearch -x  -h fg.hs-bremen.de -b 'dc=hs-bremen,dc=de'
 > 'pwdLastSet>=1037606164' -LLL
 >
 > Can somebody give me a hint?

There's probably no ORDERING matching rule defined/implemented for attribute type 'pwdLastSet' on your LDAP server.

Ciao, Michael.

Thank you all for the very quick an right answer, that was the problem.

Uwe