From 335dafa62ff7b3b3dea197ee1193f0d51dd0b04a Mon Sep 17 00:00:00 2001
From: CVL-GitHub <jupiter.hu@monash.edu>
Date: Tue, 1 Sep 2015 18:10:29 +1000
Subject: [PATCH] Fixed common name tag

---
 roles/shibboleth-sp/templates/attribute-map.xml.j2 | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/roles/shibboleth-sp/templates/attribute-map.xml.j2 b/roles/shibboleth-sp/templates/attribute-map.xml.j2
index b25ca20..1910ba1 100644
--- a/roles/shibboleth-sp/templates/attribute-map.xml.j2
+++ b/roles/shibboleth-sp/templates/attribute-map.xml.j2
@@ -85,7 +85,7 @@
     <Attribute name="urn:oid:1.3.6.1.4.1.5923.1.6.1.2" id="eduCourseMember"/>
     -->
    <!-- Added BY Shahaan -->
-	<Attribute name="urn:oid:2.5.4.3" id="commonName"/>
+	<Attribute name="urn:oid:2.5.4.3" id="cn"/>
 	<Attribute name="urn:oid:2.5.4.4" id="sn"/>
 	<Attribute name="urn:oid:0.9.2342.19200300.100.1.3" id="mail"/>
 	<Attribute name="urn:oid:2.5.4.42" id="givenName"/>
-- 
GitLab