14. EPMO Open Source Coordination Office Redaction File Detail Report

Produced by Araxis Merge on 8/3/2017 10:10:42 AM 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.

14.1 Files compared

# Location File Last Modified
1 V31A.zip\V31A\434\OR_30_434V114_SRC\XE8\Broker\Source IAMBase.inc Tue Apr 18 19:43:56 2017 UTC
2 V31A.zip\V31A\434\OR_30_434V114_SRC\XE8\Broker\Source IAMBase.inc Thu Aug 3 14:34:07 2017 UTC

14.2 Comparison summary

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

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

14.4 Active regular expressions

No regular expressions were active.

14.5 Comparison detail

  1   { ******** ********** ********** ********** ********** ********** ****
  2           Pa ckage: XWB  - Kernel  RPCBroker
  3           Da te Created : Sept 18,  1997 (Ver sion 1.1)
  4           Si te Name: O akland, OI  Field Off ice, Dept  of Veteran  Affairs
  5           De velopers:  Herlan Wes tra
  6           De scription:  Contains  Identity a nd Access  Management  Propertie s.
  7           Cu rrent Rele ase: Versi on 1.1 Pat ch 65 (201 6)
  8   ********** ********** ********** ********** ********** ********** *** }
  9  
  10   const
  11     //Settin g IAM_Serv er_URL = ' ' disables  2-factor  authentica tion if Wi ndows Regi stry
  12     //  HKLM  entry is  not set
  13     //IAM_Se rver_URL =  '';
  14       IAM_Server _URL = 'ht tps://serv ices.eauth . DNS     : PORT /STS/Reque stSecurity Token';
  15     //Hashed  pass phra se for IAM  Binding R PC (REMOTE  APPLICATI ON file en try)
  16     IAM_Bind ing = '29m gM|vENcll| eY!Z|mkF)' ;
  17     //Parts  1 and 2 of  SOAP mess age sent t o IAM
  18     iamMessa gePart1 =  '<soapenv: Envelope x mlns:soape nv="http:/ /schemas.x mlsoap.org /soap/enve lope/" xml ns:ns="htt p://docs.o asis-open. org/ws-sx/ ws-trust/2 00512">'
  19       + '<so apenv:Head er/>'
  20       + '<so apenv:Body >'
  21       +   '< ns:Request SecurityTo ken>'
  22       +      '<ns:Base> '
  23       +        '<wss:TL S xmlns:ws s="http:// docs.oasis -open.org/ wss/2004/0 1/oasis-20 0401-wss-w ssecurity- secext-1.0 .xsd"/>'
  24       +      '</ns:Base >'
  25       +      '<wsp:Appl iesTo xmln s:wsp="htt p://schema s.xmlsoap. org/ws/200 4/09/polic y">'
  26       +        '<wsa:En dpointRefe rence xmln s:wsa="htt p://schema s.xmlsoap. org/ws/200 4/08/addre ssing">'
  27       +          '<wsa: Address>';
  28     iamMessa gePart2 =  '</wsa:Add ress>'
  29       +        '</wsa:E ndpointRef erence>'
  30       +      '</wsp:App liesTo>'
  31       +        '<ns:Iss uer>'
  32                  '<wsa:Addr ess xmlns: wsa="http: //schemas. xmlsoap.or g/ws/2004/ 08/address ing">https :// DNS               /Issuer/sm token/SAML 2</wsa:Add ress>'
  33       +        '</ns:Is suer>'
  34       +          '<ns:R equestType >http://sc hemas.xmls oap.org/ws /2005/02/t rust/Valid ate</ns:Re questType>  '
  35       +   '< /ns:Reques tSecurityT oken>'
  36       + '</s oapenv:Bod y>'
  37       + '</s oapenv:Env elope>';
  38  
  39