Re: Question on back-perl
Buchan Milne <[email protected]> Fri, 9 Apr 2010 12:37:32 +0100
| Newsgroups | gmane.network.openldap.general |
|---|---|
| Message-ID | <[email protected]> |
On Thursday, 8 April 2010 16:40:52 Andrea Cirulli wrote: > Just for fun I was testing the perl backend for openldap. > > I starting setting up an LDAP using the SampleLdap.pm perl library in the > source code. > > My goal is to setup a consumer LDAP in synch with other LDAP (bdb backend) > for keeping the mod add del etc. using the syncrepl mechanism. Another option may be to have a standalone perl LDAP syncrepl consumer, such as is possible with Net::LDAPapi. I needed to intercept changes and effect them in a different system during a long-ish migration (a few months), and used this approach. Regards, Buchan