1 2 Previous Next 22 Replies Latest reply on Dec 5, 2005 5:14 PM by darnowsi Go to original post
      • 15. Re: Does jboss-portal 2.0 support LDAP?
        david.calvente

        I've sent my mail to your address julien@jboss.com

        It´s the same on my profile..

        Thanks

        David

        • 16. Re: Does jboss-portal 2.0 support LDAP?
          xgj6688

          Dear Julien:
          If Patrick agreed, could you please ask him to send me the code? My email: xgj99@hotmail.com or moon.xu@gmail.com. I am also working on this issue now.
          Thanks a lot.

          Bruce

          • 17. Re: Does jboss-portal 2.0 support LDAP?
            patrickdalla

            Hi all,

            I've had agreed with code distribution.

            It would be nice to have a place to publish the entire code and configuration steps so I don't need to publish my email.

            Maybe in wiki page of jboss.

            Julien, can you publish?

            • 18. Re: Does jboss-portal 2.0 support LDAP?
              starksm64
              • 19. Re: Does jboss-portal 2.0 support LDAP?

                I created a feature request to integrate it in the codebase after 2.2, that will require to adapt it to the actual codebase : http://jira.jboss.com/jira/browse/JBPORTAL-464

                "scott.stark@jboss.org" wrote:
                Create a patch in jira:
                http://jira.jboss.com/jira/browse/JBPORTAL


                • 20. Re: Does jboss-portal 2.0 support LDAP?
                  xgj6688

                  Thanks Julien and Patrick.
                  I have got MSADLoginModule.zip.
                  After configuration, I run portal 2.0, But I meet below error message in server console and server log file:
                  = = = = = = =
                  2005-11-21 14:07:08,204 DEBUG [org.jboss.deployment.SARDeployer] create operation failed for package file:/E:/ldapPortal/server/default/deploy/jboss-portal.sar/
                  org.jboss.deployment.DeploymentException: Unexpected error during load of: org.jboss.portal.core.impl.user.MSADUserModule, msg=org/jboss/portal/core/impl/user/MSADUserModule (Unsupported major.minor version 49.0); - nested throwable: (java.lang.ClassNotFoundException: Unexpected error during load of: org.jboss.portal.core.impl.user.MSADUserModule, msg=org/jboss/portal/core/impl/user/MSADUserModule (Unsupported major.minor version 49.0))
                  at org.jboss.system.ServiceConfigurator.install(ServiceConfigurator.java:143)
                  ...
                  = = = = = =
                  What's the possible reason? How can I solve the problem.
                  I have decided to use jBoss AS+jBoss portal in my company instead of IBM websphere portal, but LDAP is a big problem.

                  • 21. Re: Does jboss-portal 2.0 support LDAP?
                    bdaw

                    Hi

                    Unsupported major.minor version 49.0


                    This is in most cases when you run classes compiled under jdk1.5 using jdk1.4. Try running portal using jre1.5.

                    Remamber that Portal has "javac.source" and "javac.target" set to "1.4" in in ant.

                    • 22. Re: Does jboss-portal 2.0 support LDAP?
                      darnowsi

                      I am working on a pilot for a customer using Portal 2.2 There is a requirement to authenicate a user at login against a LDAP server and then obtain the roles for the user from a database. Would the stacking of logon modules work for these requirments? Maybe a user query in the ldap login module and a roles query in the database login module. Is custom coding required? Does the separate security domain for CMS complicate matters. So far I have tried using the standard LDAP login module. It works for a non-portal application and when I point the jboss-web.xml in the portal server war to use it ; the trace indicates the user was validated against the LDAP server with roles of User or Admin (as configured in the LDAP server) were returned; but then the a 403 error occurs. As I said above ultimately I want to get the roles from the database but I am puzzled by the results so far.

                      Steve Darnowsky Unisys

                      1 2 Previous Next