From a41757c47e24737d26244c91043ed7fdff532a71 Mon Sep 17 00:00:00 2001 From: "jaimepc@gmail.com" Date: Fri, 21 Feb 2014 08:02:56 +0000 Subject: [PATCH] Remove example authproc filters from config template. git-svn-id: http://simplesamlphp.googlecode.com/svn/trunk@3372 44740490-163a-0410-bde0-09ae8108e29a --- config-templates/config.php | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) diff --git a/config-templates/config.php b/config-templates/config.php index ed434aaf..21263d2c 100644 --- a/config-templates/config.php +++ b/config-templates/config.php @@ -496,10 +496,16 @@ $config = array ( /* * Generate the 'group' attribute populated from other variables, including eduPersonAffiliation. - */ - 60 => array('class' => 'core:GenerateGroups', 'eduPersonAffiliation'), - // All users will be members of 'users' and 'members' - 61 => array('class' => 'core:AttributeAdd', 'groups' => array('users', 'members')), + 60 => array( + 'class' => 'core:GenerateGroups', 'eduPersonAffiliation' + ), + */ + /* + * All users will be members of 'users' and 'members' + 61 => array( + 'class' => 'core:AttributeAdd', 'groups' => array('users', 'members') + ), + */ // Adopts language from attribute to use in UI 90 => 'core:LanguageAdaptor',