• Read createTimestamp attribute of User from Driver Policy

    I am trying to read the "createTimestamp" attribute value of User and for this I have the below policy. I have the User DN in the local variable but not sure how to read the attribute value directly from user dn that's why using the filter "(&(objectClass…
  • how to retrieve the response ?

    The following is the code that I have in the REST Driver in the subscriber channel. It returns the valid response. Code : <do-set-local-variable name="varCommand" scope="policy"> <arg-node-set> <token-xml-parse> <token-text xml:space="preserve">&lt;driver…
  • Driver XPath Get XML element value

    I have the XML response in Driver's local variable ' lv-Result '. <?xml version="1.0" encoding="UTF-8"?> <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns="urn:partner.soap.sforce.com" xmlns:xsi="http://www.w3.org/2001…
  • RE: Help with xpath

    It matters if you used Source/Dest Attr to get the value into the variable, or did you use a Query token? Read all about it here: /cyberres/idm/w/identity_mgr_tips/3321/using-xpath-to-examine-association-values I often find it helpful to trace nodeset…
  • remove a node from a document using xpath

    I have a document going through the OTP which has a node that I need to remove. Here is the document: <nds dtdversion="4.0" ndsversion="8.x"> <source> <product edition="Advanced" version="4.6.3.0">DirXML</product> <contact>NetIQ Corporation</contact>…
  • Retreive description / message from status - GMail Driver

    Hi, I have a need to catch a particular error returned from the GMail driver. I want to detect and act if the 'Entity already exists'. The response is seen in the status document, <nds dtdversion="3.0"> <source> <product build="20161019_1140" instance…
  • Problem converting operations

    Hi, I have the following challenge, and I am quite sure I solved it in the past - but now under IDM 4.7 things seam to be different. The challenge sounds quite simple: I want to convert an add to an modify. A little more in detail I am working on a matching…
  • Search for objects with partial DN

    Hi, I have an issue where I need to search the vault for existing workorders using wildcards. For example, disable workorders are created in the format: cn=disable-user-CountryCode-StaffID-Date(ddmmYYYY) Ideally when a termination date of a user is changed…