posixGroup, groupOfUniqueNames and OpenDJ
Hello All,
I'm running lamPRO 3.3.0 with OpenDJ 2.4 for my LDAP server and I'm
running into some problems when creating groups. When I run the schema
test I get a message that the attribute 'cn' is not supported by the
objectClass posixGroup and when creating a group I get a message that
the server is unwilling to perform that action.
In OpenDJ when creating a posixGroup, that entry must also have a
structural objectClass, either groupOfUniqueNames or groupOfNames,
associated with it. I'm assuming this is the reason for the error and
not being able to create a group, except via the tree view.
Can anyone confirm this? And is there a way I can enable or set this so
one of the structural objectClasses is being, I'd prefer
groupOfUniqueNames, and if so how? If not how can I hack the code so it
is? I've started looking at the source but was hoping some could provide
an answer to this more quickly.
Thanks!
Valid posixGroup entry:
dn: cn=users,ou=group,dc=domain,dc=com
cn: users
gidNumber: 100
objectClass: groupOfUniqueNames
objectClass: posixGroup
objectClass: top
--
(Continue reading)