The OpenLDAP ldapadd utility works. I wish there was a direct load kind of utility like slapadd. Ldapadd is slow but studio is slower.
Anyway, thanks for the help. --Ez On Thu, Jun 11, 2015 at 1:24 AM, Ezsra McDonald <[email protected]> wrote: > Thanks, I will give it a try. > > On Thu, Jun 11, 2015 at 1:23 AM, Kiran Ayyagari <[email protected]> > wrote: > >> On Thu, Jun 11, 2015 at 2:17 PM, Ezsra McDonald <[email protected] >> > >> wrote: >> >> > Is that from the Linux openldap-clients RPM or somewhere else? >> > >> yes, from that package >> >> > >> > On Wed, Jun 10, 2015 at 10:57 PM, Kiran Ayyagari <[email protected]> >> > wrote: >> > >> > > On Thu, Jun 11, 2015 at 11:31 AM, Ezsra McDonald < >> > [email protected] >> > > > >> > > wrote: >> > > >> > > > So, I need to import 330k records to my directory in a short amount >> of >> > > > time. Is there a CLI that will do the job or is the Studio the only >> > > option? >> > > > >> > > > one easy way is to use ldapadd command, e.g >> > > >> > > ldapadd -H ldap://localhost:10389 -x -D "uid=admin,ou=system" -W -f >> > > mydata.ldif >> > > >> > > make sure that your LDIF file is sorted in parent entry first order. >> > > >> > > I am running 2.0.0 M19. >> > > > >> > > > Thanks, >> > > > >> > > > --EZ >> > > > >> > > >> > > >> > > >> > > -- >> > > Kiran Ayyagari >> > > http://keydap.com >> > > >> > >> >> >> >> -- >> Kiran Ayyagari >> http://keydap.com >> > >
