[Date Prev][Date Next]
[Chronological]
[Thread]
[Top]
Re: Questions to posixGroup
On Tue, 23 Apr 2002, Holger Banko wrote:
> When I insert a UserId in memberUid this user should be the member of two
> groups? This group and the group I specified in his LDAP profile in the
> posixAccount in gidNumber ? Am I right ??
Yes
> When I make a su [this ldap user with membership in users and specified in
> posixGroup] and try to write into the Directory (group has write access) I
> get an access denied ?
I'd recheck my permissions. Has the user re-logged-in ?
> Can I put many User IDs in the memberUid Field from posixGroup seperated by "," ?
No. You will have multiple `memberUid' entries, such as this:
dn: cn=admins, ou=groups,dc=company,dc=com
gidNumber: 6668
objectClass: top
objectClass: posixgroup
cn: admins
description: Administrators of Linux machines
memberUid: uno
memberUid: dos
memberUid: tres