So I need some recommendation on how to query the IDVault for users that have a description of *value* and have a start date that is less than or equal to 14 days from today's date. The driver I am trying to accomplish this on is a loopback driver and is scheduled to do this in a Job once a day.
The matching criteria:
Arg Value: "(&(description=*value*)(startDate<=01-12-2012))
Issue found with matching criteria:
A user with a start date of 12-12-2011 does not match but needs to.
A user with any start date in the past that has a month-day greater than 01-12 does not match but needs to.
Any help would be great! Thank you.
The matching criteria:
Arg Value: "(&(description=*value*)(startDate<=01-12-2012))
Issue found with matching criteria:
A user with a start date of 12-12-2011 does not match but needs to.
A user with any start date in the past that has a month-day greater than 01-12 does not match but needs to.
Any help would be great! Thank you.