<div dir="ltr"><br><div class="gmail_extra"><br><div class="gmail_quote">On Thu, Mar 5, 2015 at 4:03 PM, David Gersic <span dir="ltr">&lt;<a href="mailto:dgersic@niu.edu" target="_blank">dgersic@niu.edu</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex">




<div dir="ltr">
<div style="font-size:12pt;color:rgb(0,0,0);font-family:Calibri,Arial,Helvetica,sans-serif;background-color:rgb(255,255,255)">
<p><span style="font-size:12pt">It might help to post the actual configuration file you&#39;re using. Mask out the sensitive bits before posting, of course.</span></p></div></div></blockquote><div><br></div><div>David:</div><div><br></div><div>No problem.  Just didn&#39;t think anybody would want to see that.  The entire non-commented-out part of login.conf is as follows:</div><div><br></div><div>ShibUserPassAuth {</div><div><br></div><div>   edu.vt.middleware.ldap.jaas.LdapLoginModule required<br></div><div>      ldapUrl=&quot;ldap://<a href="http://XXXXXX.bucknell.edu:389/">XXXXXX.bucknell.edu:389/</a>&quot;</div><div>      ssl=&quot;false&quot;</div><div>      tls=&quot;false&quot;</div><div>      baseDN=&quot;cn=Users,dc=bucknell,dc=edu&quot;</div><div>      subtreeSearch=&quot;false&quot;</div><div>      bindDn=&quot;<a href="mailto:servicename@bucknell.edu">servicename@bucknell.edu</a>&quot;</div><div>      bindCredential=&quot;XXXXXXX&quot;</div><div>      userFilter=&quot;cn={0}&quot;;</div><div><br></div><div>};<br></div><div><br></div><div>The LDAP connector in the attribute-resolver.xml file:</div><div><br></div><div><div>    &lt;resolver:DataConnector id=&quot;myLDAP&quot; xsi:type=&quot;dc:LDAPDirectory&quot;</div><div>        ldapURL=&quot;ldap://<a href="http://XXXXXX.bucknell.edu/">XXXXXX.bucknell.edu/</a>&quot; </div><div>        baseDN=&quot;cn=Users,dc=bucknell,dc=edu&quot; </div><div>        principal=&quot;<a href="mailto:servicename@bucknell.edu">servicename@bucknell.edu</a>&quot;</div><div>        principalCredential=&quot;XXXXXXXX&quot;&gt;</div><div>        &lt;dc:FilterTemplate&gt;</div><div>            &lt;![CDATA[</div><div>                (sAMAccountName=$requestContext.principalName)</div><div>            ]]&gt;</div><div>        &lt;/dc:FilterTemplate&gt;</div><div>        &lt;dc:ReturnAttributes&gt;employeeType uid cn sn displayName givenName mail bucknellEmployeeType memberOf bucknelleduPersonEntitlement&lt;/dc:ReturnAttributes&gt;</div><div>        &lt;dc:LDAPProperty name=&quot;java.naming.referral&quot; value=&quot;follow&quot;/&gt;</div><div>    &lt;/resolver:DataConnector&gt;</div><div><br></div></div><div><br></div><div>And this is the login handler portion of handler.xml</div><div><br></div><div><br></div><div><div>    &lt;ph:LoginHandler xsi:type=&quot;ph:UsernamePassword&quot; </div><div>                  jaasConfigurationLocation=&quot;file:///usr/local/idp/conf/login.config&quot;&gt;</div><div>        &lt;ph:AuthenticationMethod&gt;urn:oasis:names:tc:SAML:2.0:ac:classes:PasswordProtectedTransport&lt;/ph:AuthenticationMethod&gt;</div><div>    &lt;/ph:LoginHandler&gt;</div><div><br></div><div>    &lt;ph:LoginHandler xsi:type=&quot;ph:PreviousSession&quot;&gt;</div><div>        &lt;ph:AuthenticationMethod&gt;urn:oasis:names:tc:SAML:2.0:ac:classes:PreviousSession&lt;/ph:AuthenticationMethod&gt;</div><div>    &lt;/ph:LoginHandler&gt;</div></div><div><br></div><div><br></div><div>It all seems pretty standard which is why I am so confused as to why it&#39;s not working.</div><div><br></div><div>Thanks,</div><div>Mike</div></div></div></div>