Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

That way the eduID.at metadata will be put into files within a separate sub-directory of the default metadata directory, leaving the existing files in the default metadata directory for other, manually managed entities. In order for SimpleSAMLphp to find these files you'll have to adjust its metadata configuration to additionally look thereby adding another metadata source location:

Code Block
languagephp
titleMetadata Configuration in config.php
'metadata.sources' => array(
    array('type' => 'flatfile'),
    array('type' => 'flatfile', 'directory' => 'metadata/aconet/'), // add this line!
),

TBD: Setting up the cron module.

...