[Date Prev][Date Next]
[Chronological]
[Thread]
[Top]
Re: Adding LDAP user to multiple groups
Read RFC2307?
If it helps, think in terms of /etc/passwd. You can't take
root:x:0:1:Super-User:/:/bin/sh
and write
root:x:0:5:1:Super-User:/:/bin/sh
and hope that root will have gid 5 and 1. You need some entries in
/etc/group. posixGroup objectClass is one way of representing that. You
can find information about that in the aforementioned RFC.
On Mon, 27 Mar 2006, Golden Butler wrote:
> ldap_add: Constraint violation (19)
> additional info: gidNumber: multiple values provided
> Any ideas?