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

Re: adding 4000 plus entries



At 05:02 PM 4/30/99 -0400, Joe Garcia wrote:
>Hi I need to add 4000+ entries from an ldif file, I certainly don't want to do
>an ldapadd as this could take quite some time.  There are no existing entries in
>the ldap server now.  Someone want to give me a push in the right direction.

I recommend use actually use ldapadd to add items to the slapd
so that entries are checked for schema violations.  If you are
sure the LDIF is free of schema errors (or you just don't
care), you can use ldif2ldbm(1).

Kurt