Problem solved. It works fine.
dashboard is there for every user.
Also for the problem where users info from ldap should match the info stored in the local
db all you have to do is:
in login-config.xml uncomment this code, and ldap will synchronize the db every time there
is a new user.
| <login-module
code="org.jboss.portal.identity.auth.SynchronizingLoginModule"
flag="optional">
| <module-option
name="synchronizeIdentity">true</module-option>
| <module-option
name="synchronizeRoles">true</module-option>
| <module-option
name="additionalRole">Authenticated</module-option>
| <module-option
name="defaultAssignedRole">User</module-option>
| <module-option
name="userModuleJNDIName">java:/portal/UserModule</module-option>
| <module-option
name="roleModuleJNDIName">java:/portal/RoleModule</module-option>
| <module-option
name="membershipModuleJNDIName">java:/portal/MembershipModule</module-option>
| <module-option
name="userProfileModuleJNDIName">java:/portal/UserProfileModule</module-option>
| </login-module>
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4036086#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...