[Date Prev][Date Next]
[Chronological]
[Thread]
[Top]
Re: Importing an LDIF file
On line 3688 it says just:
=US
Which appears to be an incorrectly hard-wrapped line from 3687. Same thing
happens again at 3605, 3629, 3649, 3674 and 3751. Is the original ldif like
this, or is that just a typo from your data cleansing (to protect the
innocent)? Maybe we should backup and ask how the ldif file gets created on
NT?
--David
> From: "Tim K." <timk@colubs.com>
> Date: Thu, 21 Dec 2000 18:39:23 -0800
> Cc: <openldap-software@OpenLDAP.org>
> Subject: RE: Importing an LDIF file
>
>
>> -----Original Message-----
>>
>> Post the actual ldif, change the names and numbers to protect the
>> innocent. The problem is not obscure, it lies in the format of your ldif
>> file and/or slapd.conf. Post the slapd.conf as well.
>>
>> Mike
>
>
> OK, here goes - I've attached the ldif file as a zip file, to make it a
> little more considerate of those with dial-up connections. And again, I do
> appreciate the assistance.
>
> TK
>
>
> Here's the slapd.conf file:
>
>
> include /usr/local/etc/slapd.at.conf
> include /usr/local/etc/slapd.oc.conf
> schemacheck off
> referral ldap://ldap.itd.umich.edu
>
> #######################################################################
> # ldbm database definitions
> #######################################################################
>
> database ldbm
> suffix "o=Columbia Ultimate, c=US"
> directory /usr/tmp
> rootdn "cn=root, o=Columbia Ultimate, c=US"
> rootpw secret
>