0 Replies Latest reply on Oct 17, 2005 10:19 PM by xgj6688

    Does jboss-portal 2.0 support LDAP?

    xgj6688

      It seems that jboss portal 2.0 cannot work smoothly with LDAP.
      I plan to use LDAP authentication and get roles from LDAP.
      I change the jboss-portal.sar/conf/login-config.xml.
      I do believe that LDAP authentication works successfully.
      Then the portal redirects to this URL:
      http://localhost:8080/portal/auth/index.html?ctrl:id=window.default.CMSPortletWindow&ctrl:type=action&org.jboss.portal%23PATH=%2F

      and displayed:

      HTTP Status 403 - Access to the requested resource has been denied

      --------------------------------------------------------------------------------

      type Status report

      message Access to the requested resource has been denied

      description Access to the specified resource (Access to the requested resource has been denied) has been forbidden.


      --------------------------------------------------------------------------------
      Apache Tomcat/5.5.9


      I guess roles from LDAP cannot work smoothly in portal.
      Does portal 2.0 support LDAP? Can I implement LDAP authentication in LDAP? If I can, how about the steps?Thanks.