<html xmlns:v="urn:schemas-microsoft-com:vml" xmlns:o="urn:schemas-microsoft-com:office:office" xmlns:w="urn:schemas-microsoft-com:office:word" xmlns:m="http://schemas.microsoft.com/office/2004/12/omml" xmlns="http://www.w3.org/TR/REC-html40">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=us-ascii">
<meta name="Generator" content="Microsoft Word 14 (filtered medium)">
<!--[if !mso]><style>v\:* {behavior:url(#default#VML);}
o\:* {behavior:url(#default#VML);}
w\:* {behavior:url(#default#VML);}
.shape {behavior:url(#default#VML);}
</style><![endif]--><style><!--
/* Font Definitions */
@font-face
{font-family:Calibri;
panose-1:2 15 5 2 2 2 4 3 2 4;}
@font-face
{font-family:Tahoma;
panose-1:2 11 6 4 3 5 4 4 2 4;}
/* Style Definitions */
p.MsoNormal, li.MsoNormal, div.MsoNormal
{margin:0in;
margin-bottom:.0001pt;
font-size:11.0pt;
font-family:"Calibri","sans-serif";}
a:link, span.MsoHyperlink
{mso-style-priority:99;
color:blue;
text-decoration:underline;}
a:visited, span.MsoHyperlinkFollowed
{mso-style-priority:99;
color:purple;
text-decoration:underline;}
p.MsoAcetate, li.MsoAcetate, div.MsoAcetate
{mso-style-priority:99;
mso-style-link:"Balloon Text Char";
margin:0in;
margin-bottom:.0001pt;
font-size:8.0pt;
font-family:"Tahoma","sans-serif";}
span.EmailStyle17
{mso-style-type:personal-compose;
font-family:"Calibri","sans-serif";
color:windowtext;}
span.BalloonTextChar
{mso-style-name:"Balloon Text Char";
mso-style-priority:99;
mso-style-link:"Balloon Text";
font-family:"Tahoma","sans-serif";}
.MsoChpDefault
{mso-style-type:export-only;
font-family:"Calibri","sans-serif";}
@page WordSection1
{size:8.5in 11.0in;
margin:1.0in 1.0in 1.0in 1.0in;}
div.WordSection1
{page:WordSection1;}
--></style><!--[if gte mso 9]><xml>
<o:shapedefaults v:ext="edit" spidmax="1026" />
</xml><![endif]--><!--[if gte mso 9]><xml>
<o:shapelayout v:ext="edit">
<o:idmap v:ext="edit" data="1" />
</o:shapelayout></xml><![endif]-->
</head>
<body lang="EN-US" link="blue" vlink="purple">
<div class="WordSection1">
<p class="MsoNormal">To all,<o:p></o:p></p>
<p class="MsoNormal"><o:p> </o:p></p>
<p class="MsoNormal">I was attempting to troubleshoot an issue in my UAT instance of IdP (2.4) and I set my logging for common.attribute in logging.xml to<o:p></o:p></p>
<p class="MsoNormal"><o:p> </o:p></p>
<p class="MsoNormal">logger name="edu.internet2.middleware.shibboleth.idp.common.attribute" level="DEBUG" /><o:p></o:p></p>
<p class="MsoNormal"><o:p> </o:p></p>
<p class="MsoNormal">and after a reboot, I can successfully login and pass attributes over to the SP… I see that one of the attributes contains an incorrect value and I want to see what the IdP resolved it too. I am not seeing anything in the logs concerning
attribute information for the resolution of attributes in the idp-process.log.<o:p></o:p></p>
<p class="MsoNormal"><o:p> </o:p></p>
<p class="MsoNormal">Any ideas?<o:p></o:p></p>
<p class="MsoNormal">Lee Brewer<o:p></o:p></p>
<p class="MsoNormal"><o:p> </o:p></p>
<p class="MsoNormal">Here is the top part of my logging.xml file<o:p></o:p></p>
<p class="MsoNormal"><o:p> </o:p></p>
<p class="MsoNormal"><configuration><o:p></o:p></p>
<p class="MsoNormal"><!-- Loggers define indicate which packages/categories are logged, at which level, and to which appender. Levels: OFF, ERROR, WARN, INFO, DEBUG, TRACE, ALL
<o:p></o:p></p>
<p class="MsoNormal"> --><o:p></o:p></p>
<p class="MsoNormal"><!-- Logs IdP, but not OpenSAML, messages <o:p></o:p></p>
<p class="MsoNormal"> --><o:p></o:p></p>
<p class="MsoNormal"><!--<logger name="edu.internet2.middleware.shibboleth" level="DEBUG" /><o:p></o:p></p>
<p class="MsoNormal">--><o:p></o:p></p>
<p class="MsoNormal"><logger name="edu.internet2.middleware.shibboleth.idp.session" level="DEBUG"/><o:p></o:p></p>
<p class="MsoNormal"><!-- Logs OpenSAML, but not IdP, messages <o:p></o:p></p>
<p class="MsoNormal"> --><o:p></o:p></p>
<p class="MsoNormal"><logger name="edu.internet2.middleware.shibboleth.idp.common.attribute" level="DEBUG"/><o:p></o:p></p>
<p class="MsoNormal"><!--<logger name="edu.internet2.middleware.shibboleth.idp.StatusServlet" level="WARN" /><o:p></o:p></p>
<p class="MsoNormal">--><o:p></o:p></p>
<p class="MsoNormal"><logger name="edu.internet2.middleware.shibboleth.idp.authn" level="DEBUG"/><o:p></o:p></p>
<p class="MsoNormal"><logger name="org.opensaml" level="DEBUG"/><o:p></o:p></p>
<p class="MsoNormal"><!-- Logs LDAP related messages <o:p></o:p></p>
<p class="MsoNormal"> --><o:p></o:p></p>
<p class="MsoNormal"><logger name="edu.vt.middleware.ldap" level="DEBUG"/><o:p></o:p></p>
<p class="MsoNormal"><!-- Logs inbound and outbound protocols messages at DEBUG level
<o:p></o:p></p>
<p class="MsoNormal"> --><o:p></o:p></p>
<p class="MsoNormal"><logger name="edu.vanderbilt" level="DEBUG"/><o:p></o:p></p>
<p class="MsoNormal"><logger name="PROTOCOL_MESSAGE" level="DEBUG"/><o:p></o:p></p>
<p class="MsoNormal"><o:p> </o:p></p>
<p class="MsoNormal">Not getting anything for ldap as well.<o:p></o:p></p>
<p class="MsoNormal"><o:p> </o:p></p>
<p class="MsoNormal"><o:p> </o:p></p>
<p class="MsoNormal"><o:p> </o:p></p>
<p class="MsoNormal" style="mso-margin-top-alt:auto;mso-margin-bottom-alt:auto"><b><span style="font-size:12.0pt;font-family:"Times New Roman","serif";color:#666666">Lee Brewer | Application Developer | Information Technology | Vanderbilt University</span></b><span style="font-size:12.0pt;font-family:"Times New Roman","serif";color:#666666">
<br>
lee.brewer@vanderbilt.edu | phone 615.343.2802 | <a href="http://it.vanderbilt.edu/" title="Vanderbilt IT">
<span style="color:blue">it.vanderbilt.edu</span></a> <o:p></o:p></span></p>
<p class="MsoNormal" style="mso-margin-top-alt:auto;mso-margin-bottom-alt:auto"><span style="font-size:12.0pt;font-family:"Times New Roman","serif""><img border="0" width="380" height="95" id="Picture_x0020_1" src="cid:image002.jpg@01D11D52.228413E0" alt="Vanderbilt IT logo"><o:p></o:p></span></p>
<p class="MsoNormal"><o:p> </o:p></p>
</div>
</body>
</html>