These are some good documents to read if you are working with the SAP HR Driver:
Troubleshooting iDOC Issues in the SAP HR Driver for Identity Manager
IDM SAP HR Driver: Where to Get the JConnect Libraries
Decoding iDOCs with the IDM SAP Driver
SAP HR iDoc Decoder
Error Codes of the SAP HR driver for Identity Manager - Part 1
SAP HR driver - Structure of the HRMD_A*.meta files
Thursday, November 17, 2011
Tuesday, November 15, 2011
Novell IDM (dirxml) - How to get the user DN in LDAP format
You can use the following Dirxml script to get the user DN in standard LDAP format:
<do-set-local-variable name="SlashDN" scope="policy">
<arg-string>
<token-src-dn/>
</arg-string>
</do-set-local-variable>
<do-set-local-variable name="userDN" scope="policy">
<arg-string>
<token-parse-dn dest-dn-format="ldap" src-dn-format="qualified-slash">
<token-xpath expression='query:readObject($srcQueryProcessor, "",$SlashDN,"","")/@qualified-src-dn'/>
</token-parse-dn>
</arg-string>
</do-set-local-variable>
<arg-string>
<token-parse-dn dest-dn-format="ldap" src-dn-format="qualified-slash">
<token-xpath expression='query:readObject($srcQueryProcessor, "",$SlashDN,"","")/@qualified-src-dn'/>
</token-parse-dn>
</arg-string>
</do-set-local-variable>
Subscribe to:
Posts (Atom)