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

Re: HOWTO push LDAP updates via Perl's Net::LDAPapi?



At 03:15 PM 9/13/99 +1200, Jason Haar wrote:
>Running ldapmodify off a LDIF file works as expected - but really slowly
>(several seconds per record), so I thought I'd try perl.

See the FAQ for tuning hints.
http://www.openldap.org/faq/data/cache/190.html

Switching to perl is likely not to gain you any overall speed
improvement in adding entries.

>But when I try to
>do it with perl, the modifies fail with an error 32.

#define LDAP_NO_SUCH_OBJECT 0x20 /* 32 */

>Any ideas where I'm going wrong?

You likely forgot to add the parent entry.