Could some one tell me what's wrong in this...i am trying to create a groups container
my ldif file looks like this
dn: cn=ext_account_acccess, dc=domain,dc=com
cn: ext_account_access
objectClass: top
objectClass: groupOfNames
member: uid=portal_access,ou=test,dc=domain,dc=com
it gives me an error ldap error code 65 objectclass groupnames require attribute member.
member attribute is a valid entry in the tree.
Thank you.