I need to load only the identities which have been modified in the last 15 mins from AD.
I have connected Talend to local ApacheDS and trying out the filters in tLDAPInput.
"(&(cn=*)(modifyTimestamp>=20200508174843.000Z))" is working. I need to replace the date string with a "currenttimestamp - 15mins" function which LDAP understands.
Has anyone worked on this before? Please let me know!