[JBoss Portal] - Re: dashboard unavailable when going trough LDAP
by ian.ouzounov
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#4036086
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4036086
19 years
[JBoss Portal] - Re:
by swestbom
Menu tabs that have security settings in the *object.xml seem to show regardless of the user's role.
The dropdowns using hover are extremely hard to use. They disappear before you can make a choice in the dropdown, especially with IE-6.
Also can you refactor this mess? The code for these menu choices is still in Java classes where it doesn't belong. How about some sort of JavaScript/Ajax based menu system fed by the *object.xmls based on the user's roles so we can easily customize the look and feel.
Finally, make the page nesting recursive so we can add 1:n levels of menus instead of just two.
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4036084#4036084
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4036084
19 years