Muralidhar, I just got this same requirement from my 'customer' also. We need to notify another application which has non-ldap Users database when changes occur to our Ldap attributes. I was experimenting with ApacheDS, but my client uses MS Active Directory, for which I found this article Which discusses Ldap Change Notifications via ldap search filter And result set. http://msdn.microsoft.com/en-us/library/aa772153(VS.85).aspx
I have no idea if ApacheDS offers a similar notification function? Lee -----Original Message----- From: Muralidhar Yaragalla [mailto:[email protected]] Sent: Tuesday, April 13, 2010 12:33 PM To: [email protected] Subject: RE: hi need best suggestion Hi this is a special requirement. Actually I also don't like to do this that way but the client is not technically good enough. Even though we said this is not the right approach he wants this way. I just don't want to argue with him so I said we will do it that way. Anyway I just want to know the best way of updating the loacldatabases against LDAP. -----Original Message----- From: Stefan Zoerner [mailto:[email protected]] Sent: Tuesday, April 13, 2010 9:54 PM To: [email protected] Subject: Re: hi need best suggestion Muralidhar Yaragalla wrote: > 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. > > So what is the best way of doing this? > Perhaps I am totally wrong and don't understand your requirements, but why not using a JNDI Realm within Tomcat which directly connects to ApacheDS directly instead of using a "local user database" (what exactly is this database?). Greetings from Hanover, StefanZ
