2 Replies Latest reply on Jun 5, 2010 1:41 AM by trong.tran

    how to integrate exist user database

    yelan_gatein

      i edit idm-configuration.xml file for move gatein users to sql-server, as follows:

      <properties-param>
                <name>ref-addresses</name>
                <description>ref-addresses</description>
                <property name="driverClassName" value="net.sourceforge.jtds.jdbc.Driver"/>
                <property name="url" value="jdbc:jtds:sqlserver://myserver:1433/jdbcidm_portal"/>
                <property name="username" value="sa"/>
                <property name="password" value="test"/>

      </properties-param>

       

      it create tables for user, group and etc management.

       

       

       

       

      i have an exist system form labor management,   i developed many portlets for this system. it also has user, org, rule.... tables.

      is there a way that integrate gatein with exist user, org tables?

       

      ... maybe i can edit configration files in pickedlink or write java code?

      i have no idea, who can help me?

       

       

      thanks.