From 41e1057962212466cf2aad5507e7cc5a0eaad0ef Mon Sep 17 00:00:00 2001 From: Olav Morken <olav.morken@uninett.no> Date: Tue, 29 Jul 2008 10:35:04 +0000 Subject: [PATCH] Metadata overview: add attributemap and attributealter as optional attributes to shib13-idp-hosted. git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@790 44740490-163a-0410-bde0-09ae8108e29a --- www/admin/metadata.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www/admin/metadata.php b/www/admin/metadata.php index 49fb651fe..6b6b677fd 100644 --- a/www/admin/metadata.php +++ b/www/admin/metadata.php @@ -102,7 +102,7 @@ try { foreach ($metalist AS $entityid => $mentry) { $results[$entityid] = SimpleSAML_Utilities::checkAssocArrayRules($mentry, array('entityid', 'host', 'privatekey', 'certificate', 'auth'), - array('name', 'requireconsent', 'authority', 'privatekey_pass') + array('name', 'requireconsent', 'authority', 'privatekey_pass', 'attributemap', 'attributealter') ); } $et->data['metadata.shib13-idp-hosted'] = $results; -- GitLab