[CentOS] posixGroup LDIF problem

Stephen Harris lists at spuddy.org
Tue Jun 29 12:46:46 UTC 2010


On Tue, Jun 29, 2010 at 07:11:00PM +0800, sync wrote:

> dn: cn=admins,dc=X,dc=org
> changetype: add
> objectClass: groupOfNames
> objectClass: top
> objectClass: posixGroup
> cn: admins
> gidNumber: 1001
> member: cn=admin,dc=X,dc=org

Shouldn't these members be membeUid and just be the local unix username?
"fred", "john", "harry" etc.

I thought posixGroup went like this:

  dn: cn=admins,dc=X,dc=org
  cn: admins
  gidnumber: 1001
  objectClass: top
  objectClass: posixGroup
  memberUid: john
  memberUid: fred
  memberUid: harry

-- 

rgds
Stephen



More information about the CentOS mailing list