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

Re: openldap and redhat 7.1



i had the very same problem, there is in the quick start guide an example of
what you should add first to test if openldap is working, you have to add
that first.

It is the domain and the organization if i'm not wrong, which are the top of
the directory tree.

----- Original Message -----
From: "Paul Sorenson" <pauls@classware.com.au>
To: "openldap" <openldap-software@OpenLDAP.org>
Sent: Friday, May 11, 2001 6:38 AM
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
>
>