Is that from the Linux openldap-clients RPM or somewhere else? 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 >
