30. EPMO Open Source Coordination Office Redaction File Detail Report

Produced by Araxis Merge on 10/27/2017 2:19:32 PM Central Daylight Time. See www.araxis.com for information about Merge. This report uses XHTML and CSS2, and is best viewed with a modern standards-compliant browser. For optimum results when printing this report, use landscape orientation and enable printing of background images and colours in your browser.

30.1 Files compared

# Location File Last Modified
1 Source Code.zip\Source Code\Services\src\test\resources genisisUserLdapConfig.xml Fri Oct 27 12:18:42 2017 UTC
2 Source Code.zip\Source Code\Services\src\test\resources genisisUserLdapConfig.xml Fri Oct 27 18:50:12 2017 UTC

30.2 Comparison summary

Description Between
Files 1 and 2
Text Blocks Lines
Unchanged 3 60
Changed 2 4
Inserted 0 0
Removed 0 0

30.3 Comparison options

Whitespace
Character case Differences in character case are significant
Line endings Differences in line endings (CR and LF characters) are ignored
CR/LF characters Not shown in the comparison detail

30.4 Active regular expressions

No regular expressions were active.

30.5 Comparison detail

  1   <?xml 
  2     version="1 .0" 
  3     encoding=" UTF-8"
  4   ?>
  5   <beans 
  6     xmlns="htt p://www.sp ringframew ork.org/sc hema/beans "
  7           
  8     xmlns:xsi= "http://ww w.w3.org/2 001/XMLSch ema-instan ce" 
  9     xmlns:ldap ="http://w ww.springf ramework.o rg/schema/ ldap"
  10           
  11     xsi:schema Location=" http://www .springfra mework.org /schema/be ans http:/ /www.sprin gframework .org/schem a/beans/sp ring-beans .xsd
  12            htt p://www.sp ringframew ork.org/sc hema/ldap  http://www .springfra mework.org /schema/ld ap/spring- ldap.xsd"
  13   >
  14    
  15             
  16     <ldap:cont ext-source  
  17                      
  18      url="ldap: //localhos t:389"
  19                      
  20      base="dc=m axcrc,dc=c om" 
  21                      
  22      username=" USERNA M E
  23                      
  24      password=" PW     
  25     />
  26    
  27             
  28     <ldap:ldap -template 
  29      id="ldapTe mplate" 
  30     />
  31             
  32   </beans>