Hello all,
we have a UCES system (SAP Netweaver Application Server Java 7.40). The user data was saved at the moment in local UME database. Now we just want to move the data to LDAP using Login module. I write a customer login module. It moves the user data to LDAP. Every thing is OK. But there is only one problem. If the login module was used to moving user data to LDAP during the login process, the login process was failed. But the user data was successfully moved to LDAP. After that the user could login without any problem. I think the reason is: during moving the user data to LDAP, the system get the user at first from database, and then I have to delete the user from database in order to create the user in LDAP. After creating the user maybe I have to load the user fresh from LDAP in customer login module. But I don't know how? Could someone help me? thx.
best regards,
Fanglin