This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

How to query an object using an attribute whose datatype is time in edirectory ?

How to query an object using an attribute whose datatype is time in edirectory ? 

Example :

useronboardtime = Aug 17, 2020 5:43:24 PM IST (20200817121324Z) 

Parents Reply
  • In IDM Policy (DirXML Script) you can only query for the exact value, in CTIME as David suggested. I do not think wildcards are supported.

    If you use LDAP in ECMA in your driver,, you can query for a lesser than or equal/greater than or equal timestamp to get something within a date range.

Children