Re: 3.0a21 and HEAD: only primary group of a domain user is set onsmbd

2003-03-10 Thread Chere Zhou
After managed to compile HEAD on my box, I don't see that my problem is fixed on HEAD. For a user that belongs to 5 groups in an ADS domain, smbd got only the primary group. Here is something from the log: [2003/03/10 13:01:58, 3] smbd/process.c:switch_message(676) switch message

Re: 3.0a21 and HEAD: only primary group of a domain user is set onsmbd

2003-03-05 Thread Chere Zhou
Do you mean that I probably will need both your change and Ken's patch? Now I remember that I checked on SAMBA_3_0 but not HEAD, as I thought they should be pretty similar. I will check HEAD out. Thanks A. Bertlett. Chere On Tuesday 04 March 2003 11:52 pm, Andrew Bartlett wrote: On Wed,

Re: 3.0a21 and HEAD: only primary group of a domain user is set onsmbd

2003-03-05 Thread Andrew Bartlett
On Thu, 2003-03-06 at 05:38, Chere Zhou wrote: Do you mean that I probably will need both your change and Ken's patch? Ken's patch is not required for posix users of winbind (ie the NSS subsystem). It is required if you want (for a custom user interface) to know all the members of a

RE: 3.0a21 and HEAD: only primary group of a domain user is set onsmbd

2003-03-05 Thread Ken Cross
Ken's patch is not required for posix users of winbind (ie the NSS subsystem). It is required if you want (for a custom user interface) to know all the members of a particular group, but I'm not sure it's the right way to do it. (I think a custom winbind command would do better).

RE: 3.0a21 and HEAD: only primary group of a domain user is set onsmbd

2003-03-04 Thread Ken Cross
The behavior you're seeing is because LDAP is being used to get the group membership rather that RPC. Last month I posted a patch to fix this, but to my knowledge it hasn't been incorporated. (I'm not bitching, just explaining...) If you're interested, check the archives for message entitled

Re: 3.0a21 and HEAD: only primary group of a domain user is set onsmbd

2003-03-04 Thread jra
On Tue, Mar 04, 2003 at 10:38:12PM -0500, Ken Cross wrote: The behavior you're seeing is because LDAP is being used to get the group membership rather that RPC. Last month I posted a patch to fix this, but to my knowledge it hasn't been incorporated. (I'm not bitching, just explaining...)

RE: 3.0a21 and HEAD: only primary group of a domain user is set onsmbd

2003-03-04 Thread Andrew Bartlett
On Wed, 2003-03-05 at 14:38, Ken Cross wrote: The behavior you're seeing is because LDAP is being used to get the group membership rather that RPC. Last month I posted a patch to fix this, but to my knowledge it hasn't been incorporated. (I'm not bitching, just explaining...) Your patch