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

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