From 828d7dacac16f98642b56bfd39cb75a7989cbec4 Mon Sep 17 00:00:00 2001
From: Olav Morken <olav.morken@uninett.no>
Date: Fri, 7 Oct 2011 08:07:18 +0000
Subject: [PATCH] config: Remove AttributeLimit from default authproc for SP.

git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@2940 44740490-163a-0410-bde0-09ae8108e29a
---
 config-templates/config.php | 5 -----
 1 file changed, 5 deletions(-)

diff --git a/config-templates/config.php b/config-templates/config.php
index e4fb7276c..f1ee5bd31 100644
--- a/config-templates/config.php
+++ b/config-templates/config.php
@@ -384,11 +384,6 @@ $config = array (
 		),
 		*/
 
-		/* When called without parameters, it will fallback to filter attributes ‹the old way›
-		 * by checking the 'attributes' parameter in metadata on SP hosted and IdP remote.
-		 */
-		50 => 'core:AttributeLimit', 
-
 		/*
 		 * Generate the 'group' attribute populated from other variables, including eduPersonAffiliation.
 		 */
-- 
GitLab