For the schema differences you can change identity-profile.xml file. http://wiki.jboss.org/wiki/Wiki.jsp?page=PortalSVNRepo
Identity module is built separately from the portal. For 2.6.4 you need: http://anonsvn.jboss.org/repos/portal/modules/identity/tags/JBP_IDENTITY_1_0_2/ DB implementation: http://anonsvn.jboss.org/repos/portal/modules/identity/tags/JBP_IDENTITY_1_0_2/identity/src/main/org/jboss/portal/identity/db/ LDAP implementation: http://anonsvn.jboss.org/repos/portal/modules/identity/tags/JBP_IDENTITY_1_0_2/identity/src/main/org/jboss/portal/identity/ldap/ The thirdparties in main portal build are downloaded on the first run. Simply use ./build/build.xml (or run ./build/build.sh). It'll work the same for the identity module. An option for you would be to use custom LoginModule implementation to authenticate and then synchronize into portal DB using SynchronizingLoginModule. I don't know if it fits your usecase. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4135112#4135112 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4135112 _______________________________________________ jboss-user mailing list [email protected] https://lists.jboss.org/mailman/listinfo/jboss-user
