<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 15 (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:"Cambria Math";
        panose-1:2 4 5 3 5 4 6 3 2 4;}
@font-face
        {font-family:Calibri;
        panose-1:2 15 5 2 2 2 4 3 2 4;}
@font-face
        {font-family:Verdana;
        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:#0563C1;
        text-decoration:underline;}
a:visited, span.MsoHyperlinkFollowed
        {mso-style-priority:99;
        color:#954F72;
        text-decoration:underline;}
span.EmailStyle17
        {mso-style-type:personal-compose;
        font-family:"Calibri",sans-serif;
        color:windowtext;}
.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="#0563C1" vlink="#954F72">
<div class="WordSection1">
<p class="MsoNormal">Currently, when a user logs in with an expired password, they receive the following error message:<o:p></o:p></p>
<p class="MsoNormal"><o:p> </o:p></p>
<p class="MsoNormal"><span style="font-size:10.5pt;font-family:"Verdana",sans-serif;color:#B61601;background:white">The password you entered was incorrect.<o:p></o:p></span></p>
<p class="MsoNormal"><span style="font-size:10.5pt;font-family:"Verdana",sans-serif;color:#B61601;background:white"><o:p> </o:p></span></p>
<p class="MsoNormal">I want to configure Shibboleth to return an error message that indicates their password is expired.  I’ve tried following the instructions here:
<a href="https://wiki.shibboleth.net/confluence/display/IDP30/LDAPAuthnConfiguration#LDAPAuthnConfiguration-HandlingaccountstatewithOpenLDAP">
https://wiki.shibboleth.net/confluence/display/IDP30/LDAPAuthnConfiguration#LDAPAuthnConfiguration-HandlingaccountstatewithOpenLDAP</a> to implement this functionality, but it still returns the same error.  Attached is my ldap-authn-config.xml file.  Essentially
 I’ve added/modified/removed the following:<o:p></o:p></p>
<p class="MsoNormal"><o:p> </o:p></p>
<p class="MsoNormal">Added: <o:p></o:p></p>
<p class="MsoNormal" style="text-indent:.5in"><bean id="authenticationResponseHandler" class="org.ldaptive.auth.ext.PasswordPolicyAuthenticationResponseHandler" /><o:p></o:p></p>
<p class="MsoNormal">                <bean id="authenticationControl"  class="org.ldaptive.control.PasswordPolicyControl" /><o:p></o:p></p>
<p class="MsoNormal"><o:p> </o:p></p>
<p class="MsoNormal">Modified:<o:p></o:p></p>
<p class="MsoNormal"><o:p> </o:p></p>
<p class="MsoNormal">                <bean id="authHandler" class="org.ldaptive.auth.PooledBindAuthenticationHandler" p:connectionFactory-ref="bindPooledConnectionFactory" to <bean id="authHandler" class="org.ldaptive.auth.PooledBindAuthenticationHandler" p:connectionFactory-ref="bindPooledConnectionFactory"
 p:authenticationControls-ref="authenticationControl" /><o:p></o:p></p>
<p class="MsoNormal"><o:p> </o:p></p>
<p class="MsoNormal" style="text-indent:.5in"><bean name="bindSearchAuthenticator" class="org.ldaptive.auth.Authenticator"> to <bean name="bindSearchAuthenticator" class="org.ldaptive.auth.Authenticator" p:authenticationResponseHandlers-ref="authenticationResponseHandler"><o:p></o:p></p>
<p class="MsoNormal"><o:p> </o:p></p>
<p class="MsoNormal">Removed:<o:p></o:p></p>
<p class="MsoNormal"><o:p> </o:p></p>
<p class="MsoNormal">                <bean id="authenticationResponseHandler" class="org.ldaptive.auth.ext.ActiveDirectoryAuthenticationResponseHandler" /><o:p></o:p></p>
<p class="MsoNormal"><o:p> </o:p></p>
<p class="MsoNormal">In my ldap.properties file I have: idp.authn.LDAP.authenticator= bindSearchAuthenticator<o:p></o:p></p>
<p class="MsoNormal"><o:p> </o:p></p>
<p class="MsoNormal">Is there something I’m missing?<o:p></o:p></p>
<p class="MsoNormal"><o:p> </o:p></p>
<p class="MsoNormal">Thanks,<o:p></o:p></p>
<p class="MsoNormal"><o:p> </o:p></p>
<p class="MsoNormal">James<o:p></o:p></p>
<p class="MsoNormal"><o:p> </o:p></p>
<p class="MsoNormal"><b><span style="font-size:10.0pt;color:gray">James McCartin<br>
</span></b><span style="font-size:10.0pt;color:gray">Senior Systems Engineer<o:p></o:p></span></p>
<p class="MsoNormal"><span style="font-size:10.0pt;color:gray">Infrastructure – Technology Services
<br>
<img border="0" width="160" height="65" id="Picture_x0020_1" src="cid:image001.gif@01D1D2BA.557906C0" alt="cid:3336979044_13522879"><br>
Loyola University Maryland<br>
4501 North Charles Street<br>
Baltimore, MD 21210<br>
<br>
410-617-2605<o:p></o:p></span></p>
<p class="MsoNormal"><span style="font-size:10.0pt;color:gray"><a href="mailto:jmccartin@loyola.edu"><span style="color:blue">jmccartin@loyola.edu</span></a><u><br>
</u><br>
<a href="http://www.loyola.edu/"><span style="color:blue">www.loyola.edu</span></a><o:p></o:p></span></p>
<p class="MsoNormal"><span style="font-size:10.0pt;color:gray"><o:p> </o:p></span></p>
<p class="MsoNormal"><a href="http://www.facebook.com/LoyolaMaryland"><span style="font-size:10.0pt;color:blue;text-decoration:none"><img border="0" width="25" height="25" id="Picture_x0020_2" src="cid:image002.gif@01D1D2BA.557906C0" alt="facebook"></span></a><a href="http://www.twitter.com/LoyolaMaryland"><span style="font-size:10.0pt;color:blue;text-decoration:none"><img border="0" width="25" height="25" id="Picture_x0020_3" src="cid:image003.gif@01D1D2BA.557906C0" alt="twitter"></span></a><a href="http://www.youtube.com/LoyolaMaryland"><span style="color:#1F497D;text-decoration:none"><img border="0" width="25" height="25" id="Picture_x0020_4" src="cid:image004.gif@01D1D2BA.557906C0" alt="cid:image004.gif@01CC0FE3.890D8820"></span></a><span style="color:black"><o:p></o:p></span></p>
<p class="MsoNormal"><span style="font-size:10.0pt;color:#1F497D">--<o:p></o:p></span></p>
<p class="MsoNormal"><b><span style="font-size:8.0pt;color:red">Security Alert: Loyola Technology Services will never ask for your password.  Please do not share it with others.<o:p></o:p></span></b></p>
<p class="MsoNormal"><o:p> </o:p></p>
</div>
</body>
</html>