Cerca
Search results
- Adding IDM4 Reporting support to pre-IDM4 drivers - Part 2
-
... the THEN block, where we do a replace all on \s which is Regular Expression speak for white space characters, on each of the XML ...
Article - geoffc - 25 Jul 2011 - 12:23pm - 0 comments - 5 attachments - 2 groups
- Adding IDM4 Reporting support to pre-IDM4 drivers - Part 1
-
... holding a funny character, meant to be used for a regular expression expands funny and does not work in IDM 3.61 but now does ...
Article - geoffc - 17 Jun 2011 - 3:04pm - 0 comments - 1 attachment - 2 groups
- Managing multiple Active Directory domains in one IDM system - Part 5
-
... attribute Internet EMail Address is changing from the regular expression .+ which means any values. Usually this means it is ...
Article - geoffc - 4 May 2011 - 9:32am - 0 comments - 1 attachment - 3 groups
- Managing multiple Active Directory domains in one IDM system - Part 2
-
... story) when using the Replace All verb, and passing a regular expression via such a variable. That is, you might want to store ...
Article - geoffc - 11 Apr 2011 - 9:46am - 0 comments - 1 attachment - 3 groups
- Some thoughts on XPATH in Novell Identity Manager
-
... @acme.com in ljohnson@acme.com . While you could use a Regular Expression to replace everything up to the @ symbol with nulls. ...
Article - geoffc - 1 Apr 2011 - 4:05pm - 0 comments - 1 attachment - 4 groups
- Data Collection Service Driver Walkthrough - Part 4
-
... events that are not sync or a status event, using the regular expression equality test, so that in one condition token. This ...
Article - geoffc - 1 Apr 2011 - 3:22pm - 0 comments - 1 attachment - 3 groups
- Data Collection Service Driver Walkthrough - Part 2
-
... to be an underscore character. Well first it does a regular expression equals (which shows as match=) to see if it has a value ...
Article - geoffc - 1 Apr 2011 - 3:21pm - 0 comments - 1 attachment - 3 groups
- Data Collection Service Driver Walkthrough - Part 1
-
... empty response document, which you can test for, using the Regular Expression equality test (shown as match="something" in the underlying ...
Article - geoffc - 1 Apr 2011 - 3:20pm - 2 comments - 0 attachments - 3 groups
- Trying to understand the Managed System Gateway driver in IDM 4 - Part 2
-
... there were. The second part will try and catch the regular expression based compare, where you might have User|Group in your ... if you change the type of compare from case insensitive to regular expression, then it will do a regex compare. I often use this in the ...
Article - geoffc - 1 Apr 2011 - 3:16pm - 1 comment - 1 attachment - 3 groups
- Starting a SOAP Driver for IDM - Part 5
-
... compare in the if operation equals test, I like to use a regular expression compare, and then test against the value add|modify. In other words, if operation match (equals in a regular expression compare) add|modify. Nice and simple approach. ...
Article - geoffc - 15 Oct 2010 - 8:22pm - 0 comments - 1 attachment - 2 groups
