[Date Prev][Date Next] [Chronological] [Thread] [Top]

RE: Update external repository.



Hi,

Is there any way in which this could be setup so that on any
change to the log the program is somehow notified to go read it?
I guess I could have the program checking to see if there were 
file time stamp changes or something but polling seems like a
waste of CPU cycles...

Thanks,
Tomas

-----Original Message-----
From: Kurt D. Zeilenga [mailto:Kurt@OpenLDAP.org]
Sent: Wednesday, September 06, 2000 12:02 PM
To: Angelo Ginocchio
Cc: OpenLDAP-Software@OpenLDAP.org
Subject: Re: Update external repository.


At 09:46 AM 9/6/00 +0200, Angelo Ginocchio wrote:
>Hi all,
>how can update data in a other repository (Oracle, sybase,....) for each
>operation of add, modify, delete in to ldap?

You can setup slapd to record a replication log and then write
a program to read this log and make appropriate changes in your
other repository.

Kurt