[JBoss Portal] - JBoss Portal LDAP Setup
by olivwalt
Hello,
i`ve setup JBoss Portal with LdapExtLoginModule in $JBOSS_HOME\server\default\deploy\jboss-portal.sar\conf\login-config.xml
<application-policy name="portal">
| <authentication>
| <login-module code="org.jboss.security.auth.spi.LdapExtLoginModule" flag="optional" >
| <module-option name="java.naming.factory.initial">
| com.sun.jndi.ldap.LdapCtxFactory
| </module-option>
| <module-option name="java.naming.provider.url">
| ldap://bridge6.eu.boschrexroth.com:389/
| </module-option>
| <module-option name="java.naming.security.authentication">
| simple
| </module-option>
| <module-option name="baseCtxDN">ou=People,o=boschrexroth</module-option>
| <module-option name="baseFilter">(uid={0})</module-option>
| <module-option name="rolesCtxDN">ou=Groups,o=boschrexroth</module-option>
| <module-option name="roleFilter">(member={1})</module-option>
| <module-option name="roleAttributeID">member</module-option>
| <module-option name="roleRecursion">-1</module-option>
| </login-module>
| </authentication>
| </application-policy>
So far i think i can login, no error in server.log, but after authentication i`m not able to access any portal component at path: http://localhost:8080/portal/auth/*
(e.g. http://localhost:8080/portal/auth/portal/default/default/UserPortletWindo...)
which is redirected to direct after login process.
Always i get a tomact error: HTTP Status 403 - Access to the requested resource has been denied
What else do i missing? I think it must somewhere an authorazition issue.
Regards Oliver
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3987370#3987370
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3987370
19Â years, 7Â months
[JBoss Seam] - Re: ICEfaces
by TedGoddard
"rlhr" wrote : Does anyone know about the behaviour of ICEfaces in a clustered environment?
|
There are two aspects to clustering worth noting here:
- server scalability of blocking HTTP connection across the cluster
- application scalability of asynchronous updates across the cluster
For both of these the Enterprise edition of ICEfaces provides particular features: application-server specific integration and configuration for handling large numbers of blocking connections and a JMS-based RenderManager for broadcasting asynchronous updates.
In general, if you don't need to scale the asynchronous aspect of your ICEfaces application, the community edition is all that you need.
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3987367#3987367
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3987367
19Â years, 7Â months