Thank u. so if my application got notified somehow and if I have to update my app database against LDAP I have to get all the entries for users on LDAP and all the users from my database and compare them for deleted, added and updated users and accordingly I have to update my database every time there is a change in the LDAP. Is this right?
-----Original Message----- From: Kiran Ayyagari [mailto:[email protected]] Sent: Tuesday, April 13, 2010 9:32 PM To: [email protected] Subject: Re: hi need best suggestion On Tue, Apr 13, 2010 at 6:43 PM, Muralidhar Yaragalla <[email protected]> wrote: > Hi Guys, we have the following situation:- > > We have an application running on tomcat. We are > storing user information on APCAHEDS using some other application. But > whenever there is a change in the user information my application (which is > running on tomcat) has to be notified and upon notification it has to > update its local user database against LDAP. hmm, IMO it is best to notify the tomcat based application by the application which is making changes to the ApacheDS data. (well, this makes more sense if both applications are controlled by you) YMMV Kiran Ayyagari
