[Date Prev][Date Next]
[Chronological]
[Thread]
[Top]
RE: Trigger registration with backend database!!!
Get really clever and write the replog to a named pipe... You could even
replace slurpd's functionality by building on top of this.
-- Howard Chu
Chief Architect, Symas Corp. Director, Highland Sun
http://www.symas.com http://highlandsun.com/hyc
Symas: Premier OpenSource Development and Support
> -----Original Message-----
> From: owner-openldap-software@OpenLDAP.org
> [mailto:owner-openldap-software@OpenLDAP.org]On Behalf Of Howard Chu
> Good idea. You could write a script for back-perl or back-shell
> to watch the
> replog and return the results to you. There is currently no
> explicit control
> that enables persistent search in OpenLDAP but you can do this yourself in
> how you write your script's search function. back-perl with a
> single global
> interpreter would be the most efficient approach.