<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)"><style><!--
/* Font Definitions */
@font-face
        {font-family:Calibri;
        panose-1:2 15 5 2 2 2 4 3 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;}
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=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 currently have a 2.3.6 IdP running under JBOSS 5.1 that is working. I have configured JASS auth for UserPassword and it also works. I have a need to reconfigure the setup to a differing LDAP. When I stop the instance and edit the login.config file with the new LDAP reference it still goes to the old LDAP server that was previously listed. I verified in the handler.xml that it points to the correct login.config file and I have logging pinned at ALL. I see references to LDAP connection listed for attribute resolution (because I have not changed that to the new LDAP) but I don’t see anything but the following when I grep the idp-process log for my credentials (after I have loggedin).<o:p></o:p></p><p class=MsoNormal><o:p> </o:p></p><p class=MsoNormal>15:45:56.538 - TRACE [edu.vt.middleware.ldap.handler.DefaultConnectionHandler:-1] - setting connectionStrategy: ACTIVE_PASSIVE<o:p></o:p></p><p class=MsoNormal>15:45:56.540 - TRACE [edu.vt.middleware.ldap.handler.DefaultConnectionHandler:-1] - setting connectionRetryExceptions: [class javax.naming.NamingException]<o:p></o:p></p><p class=MsoNormal>15:45:56.540 - TRACE [edu.vt.middleware.ldap.handler.DefaultConnectionHandler:-1] - {43} Attempting connection to ldaps://OLD HOSTNAME for strategy ACTIVE_PASSIVE<o:p></o:p></p><p class=MsoNormal>15:45:56.541 - DEBUG [edu.vt.middleware.ldap.handler.DefaultConnectionHandler:-1] - Bind with the following parameters:<o:p></o:p></p><p class=MsoNormal>15:45:56.542 - DEBUG [edu.vt.middleware.ldap.handler.DefaultConnectionHandler:-1] - authtype = simple<o:p></o:p></p><p class=MsoNormal>15:45:56.542 - DEBUG [edu.vt.middleware.ldap.handler.DefaultConnectionHandler:-1] - dn = <OMITTED><o:p></o:p></p><p class=MsoNormal>15:45:56.543 - DEBUG [edu.vt.middleware.ldap.handler.DefaultConnectionHandler:-1] - credential = <suppressed><o:p></o:p></p><p class=MsoNormal>15:45:56.544 - TRACE [edu.vt.middleware.ldap.handler.DefaultConnectionHandler:-1] - env = {java.naming.factory.initial=com.sun.jndi.ldap.LdapCtxFactory, java.naming.provider.url=ldaps://OLD Hostname}<o:p></o:p></p><p class=MsoNormal>15:45:56.610 - DEBUG [edu.vt.middleware.ldap.Ldap:-1] - Search with the following parameters:<o:p></o:p></p><p class=MsoNormal>15:45:56.611 - DEBUG [edu.vt.middleware.ldap.Ldap:-1] - dn = ou=people,dc=vanderbilt,dc=edu<o:p></o:p></p><p class=MsoNormal>15:45:56.612 - DEBUG [edu.vt.middleware.ldap.Ldap:-1] - filter = (uid=brewerel)<o:p></o:p></p><p class=MsoNormal>15:45:56.613 - DEBUG [edu.vt.middleware.ldap.Ldap:-1] - filterArgs = []<o:p></o:p></p><p class=MsoNormal>15:45:56.614 - DEBUG [edu.vt.middleware.ldap.Ldap:-1] - searchControls = javax.naming.directory.SearchControls@7fd9af09<o:p></o:p></p><p class=MsoNormal>15:45:56.615 - DEBUG [edu.vt.middleware.ldap.Ldap:-1] - handler = [edu.vt.middleware.ldap.handler.FqdnSearchResultHandler@16b61e92, edu.vt.middleware.ldap.handler.EntryDnSearchResultHandler@e910ee4, edu.vt.middleware.ldap.handler.BinarySearchResultHandler@5568a234]<o:p></o:p></p><p class=MsoNormal>15:45:56.616 - TRACE [edu.vt.middleware.ldap.Ldap:-1] - config = {java.naming.provider.url=ldaps://OLD HOSTNAME, java.naming.factory.initial=com.sun.jndi.ldap.LdapCtxFactory}<o:p></o:p></p><p class=MsoNormal>15:45:56.634 - TRACE [edu.vt.middleware.ldap.pool.DefaultLdapFactory:-1] - destroyed ldap object: edu.vt.middleware.ldap.Ldap@1737334678::config=edu.vt.middleware.ldap.LdapConfig@1190029155::env={java.naming.provider.url=ldaps://its-hclnap16-ts.its.vanderbilt.edu:3636, java.naming.factory.initial=com.sun.jndi.ldap.LdapCtxFactory}<o:p></o:p></p><p class=MsoNormal><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><o:p> </o:p></p><p class=MsoNormal>Lee Brewer<o:p></o:p></p></div></body></html>