Notices


 
 
LinkBack Thread Tools Display Modes
Prev Previous Post   Next Post Next
  #1  
Old 03-Nov-2009, 12:19 PM
geoffc's Avatar
 
Join Date: Dec 2007
Location: Teaneck, NJ
Posts: 925
geoffc 20-29 reputation pointsgeoffc 20-29 reputation pointsgeoffc 20-29 reputation points
Default Another AD driver config subtle issue

Aaron, could you enter this one as a bug for me as well... (I checked
the V5 abd v6 configs for this, and it is old, but I did not check how
far back it goes).

Pub-Event Transform rule, the Handle Renames/Moves, there are a couple
of rules that test to see if the cached-object-value and
current-object-value are the same or not.

Rule name is: move or rename validation in the lastest config.

Well the test is:
<if-xpath op="true">$cached-object-value = $current-object-value</if-xpath>

Or more simply XPATH of $cached-object-value = $current-object-value

Well XPATH equality is case sensitive. But these are case insensitive
fields.

Simply changing to:

<if-local-variable mode="nocase" name="cached-object-value"
op="equal">$current-object-value$</if-local-variable>

Now you get a case insensitive compare. And easier to read, and no XPATH.
Reply With Quote
 

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are Off
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On



All times are GMT -6. The time now is 02:14 PM.


© 2007 Novell, Inc. All Rights Reserved.

Search Engine Friendly URLs by vBSEO 3.3.0 RC2