I figured out what the problem was. When we moved in the new 3.2.6, we took an old server.xml file which had all of our changes in it. Therefore, we were missing the following change:
| <!-- The JAAS based authentication and authorization realm implementation | - certificatePrincipal : the class name of the | org.jboss.security.auth.certs.CertificatePrincipal impl | used for mapping X509[] cert chains to a Princpal. | --> | <Realm className="org.jboss.web.tomcat.security.JBossSecurityMgrRealm" | certificatePrincipal="org.jboss.security.auth.certs.SubjectDNMapping" | /> | After I added that back, the realms worked properly. Thanks for pointing me in the right direction. Scott View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3859466#3859466 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3859466 ------------------------------------------------------- SF email is sponsored by - The IT Product Guide Read honest & candid reviews on hundreds of IT Products from real users. Discover which products truly live up to the hype. Start reading now. http://productguide.itmanagersjournal.com/ _______________________________________________ JBoss-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/jboss-user
