Re: openldap problem with testing

2002-10-16 Thread nate
Quenten Griffith said: > > I tried doing it one at a time and then I get the same error diffrent > line > > slapadd: could not add entry dn="o=mystikalphoenix,c=us" (line=10) so you had 1 file with this: dn: o=mystikalphoenix,c=us objectClass: organization o: mystikalphoenix and did slapadd -l

Re: openldap problem with testing

2002-10-16 Thread Michael Heironimus
Entries in an LDIF file are separated by blank lines, so removing them would definitely cause strange results. Are you able to start the server? If so, do you get the same error trying to import with ldapadd? -- Michael Heironimus -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject

Re: openldap problem with testing

2002-10-16 Thread Quenten Griffith
I tried doing it one at a time and then I get the same error diffrent line slapadd: could not add entry dn="o=mystikalphoenix,c=us" (line=10) I go into VI and go to line 10 and VI tells me I only have 9lines which is true. So the first blank line would be line 10 and that is where slapdadd is e

Re: openldap problem with testing

2002-10-16 Thread nate
Quenten Griffith said: > I am trying to import my database with a fresh install of openldap from > testing and I get an error that it can't parse line 4 when I do a > slapadd -l basic.ldif. Line 4 is a blank line, so i removed all the blank > lines and then it complains about it can't parse line 5