modifyTimeStamp code

Michael Engelhart mengelhart at katahdinsoftware.com
Tue Aug 26 15:52:57 CEST 2003


I need to retrieve all records with a filter such as:
(modifyTimeStamp>=20030826093828Z)

OpenLDAP doesn't support this for some reason or at least it doesn't 
work correctly (in my test it returns all the entries)

I'm wondering if there is any workaround using Python-LDAP to solve 
this.

I saw a post on OpenLDAP lists suggesting negating it like:  
!(modifyTimeStamp>=20030826093828Z)
but this just hung up my app and there are only like 15 entries in my 
test directory.

THanks
Mike






More information about the python-ldap mailing list