[Date Prev][Date Next]
[Chronological]
[Thread]
[Top]
Group Entry (ITS#757)
Full_Name: Chris Taylor
Version: 2.0 Gamma
OS: Solaris 2.6
URL: ftp://ftp.openldap.org/incoming/
Submission from: (NULL) (216.168.244.133)
We are unable to add a group to our OpenLdap schema. We have not had any
problems
creating OUs or CNs. We have included core, cosine, and inetorgperson schemas in
the
slapd.conf. We have attempted to use ldapadd to create groups using the
following
ldif.(We have tried several variations of this file)
dn: cn=Users, ou=People, o=internet
changetype: add
objectclass: top
objectclass: groupOfUniqueNames
cn: Users
uniqueMember: uid=CSRUSER,ou=People,o=internet
After running ldapadd the following messages appears:
ldap_add: Invalid syntax
ldap_add: additional info: no validator for syntax
The following ldif was used to create the schema.
n: o=internet
o: internet
objectclass: top
objectclass: organization
dn: cn=Manager, o=internet
cn: Manager
sn: Manager
objectclass: top
objectclass: person
objectclass: organizationalperson
dn: ou=People, o=internet
ou: People
objectclass: top
objectclass: organizationalunit
Any help would be greatly appreciated.