*** config/config.php.orig 2019-05-15 14:10:36.555743017 +0200 --- config/config.php 2019-05-15 14:12:23.367302546 +0200 *************** *** 62,70 **** * When specified as a relative path, this is relative to the SimpleSAMLphp * root directory. */ ! 'certdir' => 'cert/', ! 'loggingdir' => 'log/', ! 'datadir' => 'data/', 'tempdir' => '/tmp/simplesaml', /* --- 62,70 ---- * When specified as a relative path, this is relative to the SimpleSAMLphp * root directory. */ ! 'certdir' => '/etc/pki/simplesamlphp/', ! 'loggingdir' => '/var/log/simplesamlphp/', ! 'datadir' => '/var/lib/simplesamlphp/data/', 'tempdir' => '/tmp/simplesaml', /* *************** *** 1037,1045 **** * ], */ 'metadata.sources' => [ ! ['type' => 'flatfile'], ], /* * Should signing of generated metadata be enabled by default. * --- 1037,1050 ---- * ], */ 'metadata.sources' => [ ! ['type' => 'flatfile', 'directory' => '/var/lib/simplesamlphp/metadata'], ], + if (file_exists('/etc/simplesamlphp/config/extended_config.php')) { + include_once('/etc/simplesamlphp/config/extended_config.php'); + } + + /* * Should signing of generated metadata be enabled by default. *