From f68210e627c8a97062f412eb0859bc755450a033 Mon Sep 17 00:00:00 2001 From: Jaime Perez <jaime.perez@uninett.no> Date: Mon, 7 Apr 2014 12:16:39 +0200 Subject: [PATCH] Minor fixes to authsources configuration template. --- config-templates/authsources.php | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/config-templates/authsources.php b/config-templates/authsources.php index ccf224cd4..66fa7065c 100644 --- a/config-templates/authsources.php +++ b/config-templates/authsources.php @@ -49,18 +49,18 @@ $config = array( //'signature.algorithm' => 'http://www.w3.org/2001/04/xmldsig-more#rsa-sha256', /* - // The attributes parameter must contain an array of desired attributes by the SP. - // The attributes can be expresed as an array of names or as an associative array - // in the form of 'friendlyName' => 'name'. - // The metadata will then be created as follows: - // <md:RequestedAttribute FriendlyName="friendlyName" Name="name" /> - 'attributes' => array( - 'attrname' => 'urn:oid:x.x.x.x', - ), - 'attributes.required' => array ( - 'urn:oid:x.x.x.x', - ), + * The attributes parameter must contain an array of desired attributes by the SP. + * The attributes can be expressed as an array of names or as an associative array + * in the form of 'friendlyName' => 'name'. + * The metadata will then be created as follows: + * <md:RequestedAttribute FriendlyName="friendlyName" Name="name" /> */ + /*'attributes' => array( + 'attrname' => 'urn:oid:x.x.x.x', + ),*/ + /*'attributes.required' => array ( + 'urn:oid:x.x.x.x', + ),*/ ), -- GitLab