From: Michael E. <men...@ka...> - 2003-08-26 13:53:24
|
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 |