20. EPMO Open Source Coordination Office Redaction File Detail Report

Produced by Araxis Merge on 7/6/2017 8:22:21 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.

20.1 Files compared

# Location File Last Modified
1 OSCIF_CTT_v4_build 1.zip\apache_extensions\apache_configs\scripts constants.pl-PROD Wed May 31 03:59:20 2017 UTC
2 OSCIF_CTT_v4_build 1.zip\apache_extensions\apache_configs\scripts constants.pl-PROD Mon Jul 3 20:15:36 2017 UTC

20.2 Comparison summary

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

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

20.4 Active regular expressions

No regular expressions were active.

20.5 Comparison detail

  1   package CO NST;
  2   no warning s;
  3  
  4   #System ad ministrato r have at  the follow ing:
  5   #number of  seconds w e will cac he a users  roles for
  6   $SECONDS_C ACHE = 5*6 0; #every  five minut es re-fetc h.
  7   $PRISME_RO LES_URL =  'https://D NS            :PORT';
  8   #$PRISME_R OLES_URL =  'http://l ocalhost: PORT /roles/get _ssoi_role s.json';
  9   $REQUIRED_ ROLES = [' super_user ','adminis trator'];  #at least  one of the se role mu st be pres ent to pre vent the d readed 'FO RBIDDEN'!
  10   $CGI_USER_ NAME = 'id ';
  11   $LOG_HEADE RS=0; #0 i s false 1  is true, l ogs at the  info log  level.
  12   $ACCEPT_AL L_REQUESTS =0; #if 0  works as e xpected (r ole valida tion occur s), if 1 r ole valida tion is di sabled
  13   1;