On Tue, Apr 13, 2010 at 7:26 PM, Muralidhar Yaragalla <[email protected]> wrote: > 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?
instead of doing it for all users it will be good if the notifying application can also tell the tomcat based application about which user entries were modified/added/deleted by it, this way a whole tree scan can be avoided Kiran Ayyagari
