arnieAustin: UserModule and RoleModule are interfaces that you need to implement. UserModuleImpl and RoleModuleImpl are JBP implementation you can use as an example. To plug in your implementation change those class names in core/src/resources/portal-sar/META-INF/jboss-service.xml
dleerob: Did you try using LdapLoginModule from JBossSX and adding all the users in LDAP to a role called "Authenticated"? JBoss Portal 2.6 will come with some ready implementations of user/roles modules for LDAP View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4015684#4015684 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4015684 _______________________________________________ jboss-user mailing list [email protected] https://lists.jboss.org/mailman/listinfo/jboss-user
