Ldapsearch query for groups changed after a given time

Hi,

I need to write a query using ldapsearch.exe such that it fetches only those groups which have been since a given time.

I have used the following query to fetch all groups and person entries on the server :

ldapsearch.exe -h -l 7200000 -L -D “cn=” -w “” “(|(objectclass=dominoGroup)(objectclass=dominoPerson))”

Can somebody plz help ?

Thanks