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',