0 Replies Latest reply on Sep 26, 2007 12:18 PM by nollie

    LdapExtLoginModule: no org.jboss.portal.loginError request a

    nollie

      Hello

      I'm using the LdapExtLoginModule for authentication under AS 4.2.0 and Portal 2.6 and when a user enters the wrong password the error.jsp is displaying a nice red "null" instead of a help message. Using something like the IdentityLoginModule leads to useful error messages.

      Here is the line of code in the error.jsp that needs the error message

      <p style="color:red"><%= request.getAttribute("org.jboss.portal.loginError") %></p>


      Does anyone know why I might not get useful error message back? Thanks.

      Jon