https://issues.shibboleth.net/jira/browse/SSPCPP-468
authorscantor <scantor@cb58f699-b61c-0410-a6fe-9272a202ed29>
Tue, 26 Jun 2012 14:12:41 +0000 (14:12 +0000)
committerscantor <scantor@cb58f699-b61c-0410-a6fe-9272a202ed29>
Tue, 26 Jun 2012 14:12:41 +0000 (14:12 +0000)
git-svn-id: https://svn.shibboleth.net/cpp-sp/branches/REL_2@3718 cb58f699-b61c-0410-a6fe-9272a202ed29

shibsp/attribute/resolver/impl/XMLAttributeExtractor.cpp

index 1fc2555..999147c 100644 (file)
@@ -352,6 +352,7 @@ XMLExtractorImpl::XMLExtractorImpl(const DOMElement* e, Category& log)
                 m_log.warn("skipping alias, REMOTE_USER is a reserved name");
                 new_aliases.erase(ru);
             }
+            decl.second.insert(decl.second.end(), new_aliases.begin(), new_aliases.end());
             m_attributeIds.insert(m_attributeIds.end(), new_aliases.begin(), new_aliases.end());
         }