[Date Prev][Date Next]
[Chronological]
[Thread]
[Top]
Re: openldap and redhat 7.1
Glen,
I think stripping spurious spaces would be a good idea. If not, the error
messages could be a little more informative - my C compiler doesn't go and
add ';' on the end of lines but it tells me it was expecting one.
On both occasions I have downloaded openldap and got it up and running on
Linux (just now and back whenever RH 6.1 came out) I have beaten my head
against niggling little problems like the line endings. If people think "I
should have known better" I agree but the fact is, the less friction
involved in getting it up and running, the more widely accepted it will
become.
Cheers
----- Original Message -----
From: "Glen Coakley" <gcoakley@mqsoftware.com>
To: "'openldap'" <openldap-software@OpenLDAP.org>
Sent: Tuesday, May 15, 2001 2:46 AM
Subject: RE: openldap and redhat 7.1
>
> Pssst, developers. Can we strip trailing spaces on import?
>
> > -----Original Message-----
> > From: Paul Sorenson [mailto:pauls@classware.com.au]
> > Sent: Friday, May 11, 2001 6:52 PM
> > To: openldap
> > Subject: Re: openldap and redhat 7.1
> >
> >
> > ...it was me, spaces at the end of the lines in the ldap file
> > (don't you
> > just hate that).
> >
> > ----- Original Message -----
> > From: "Paul Sorenson" <pauls@classware.com.au>
> > To: "openldap" <openldap-software@OpenLDAP.org>
> > Sent: Friday, May 11, 2001 9:38 PM
> > Subject: openldap and redhat 7.1
> >
> >
> > > Is it just me or there is a problem with redhat 7.1,
> > openldap 2.0.7 and
> > the
> > > quick start example? I installed ldap from RPM's.
> > >
> > > I get the following messages:
> > >
> > > [root@beastie tmp]# ldapadd -x -v -D
> > 'cn=Manager,dc=example,dc=com' -w
> > > secret -f example.ldif
> > > ldap_initialize( <DEFAULT> )
> > > add objectclass:
> > > dcObject
> > > organization
> > > add o:
> > > Example Company
> > > add dc:
> > > example
> > > adding new entry "dc=example,dc=com "
> > > ldap_add: Invalid syntax
> > > additional info: value contains invalid data
> > >
> > > ldif_record() = 21
> > >
> > > ------------------- example.ldif --------------
> > > dn: dc=example,dc=com
> > > objectclass: dcObject
> > > objectclass: organization
> > > o: Example Company
> > > dc: example
> > >
> > > dn: cn=Manager,dc=example,dc=com
> > > objectclass: organizationalRole
> > > cn: Manager
> > >
> > >
> > >
> >