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

Re: ldapadd is slow, or what?



Can try specifiying the ldap server u are using . This can be achieved by
using -H options (if u are using openldap2.0.x)

Hope this will make ldapadd faster.

Regards,
Sze Yee



----- Original Message -----
From: "Jesper" <jsm@mailme.dk>
To: <openldap-software@OpenLDAP.org>
Sent: Monday, January 01, 2001 12:32 AM
Subject: ldapadd is slow, or what?


> Hi
> How long does it take to add one entry with the command
>
> ldapadd -w secret -v -D "cn=Manager,o=aalug,c=dk" -f /test.ldif
>
> where test.ldif contains
> dn: ou=imap,ou=intranet,o=aalug,c=dk
> ou: imap
> objectclass: organizationalUnit
>
> it took about 2 minuts and 30 secs at my i686 (pentium 2 350mhz 64 mb ram)
>
> I'm going to use ldap on a system where online modifications and additions
> are essentiel, I know the speed of slapadd :-)
>
> /Jesper Schmitz Mouridsen