132. EPMO Open Source Coordination Office Redaction File Detail Report

Produced by Araxis Merge on 12/20/2017 5:56:16 PM Eastern Standard 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.

132.1 Files compared

# Location File Last Modified
1 Genisis_2.0_v6_bld6.zip\Source Code\UI\Services\src\test\resources genisisUserLdapConfig.xml Thu Dec 14 19:56:31 2017 UTC
2 Genisis_2.0_v6_bld6.zip\Source Code\UI\Services\src\test\resources genisisUserLdapConfig.xml Wed Dec 20 22:36:14 2017 UTC

132.2 Comparison summary

Description Between
Files 1 and 2
Text Blocks Lines
Unchanged 5 56
Changed 4 8
Inserted 0 0
Removed 0 0

132.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

132.4 Active regular expressions

No regular expressions were active.

132.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: PORT "
  19                      
  20      base="AI" 
  21                      
  22      username=" AI
  23                      
  24      password=" AI
  25     />
  26    
  27             
  28     <ldap:ldap -template 
  29      id="ldapTe mplate" 
  30     />
  31             
  32   </beans>