[Date Prev][Date Next] [Chronological] [Thread] [Top]

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
>
>
>