Re: REPOST: Finding group members - fix to winbindd_ads.c

2003-02-10 Thread Michael Steffens
essage- From: Michael Steffens [mailto:[EMAIL PROTECTED]] Sent: Monday, February 10, 2003 7:20 AM To: Ken Cross Cc: 'Multiple recipients of list SAMBA-TECHNICAL' Subject: Re: REPOST: Finding group members - fix to winbindd_ads.c Ken Cross wrote: Currently, if you do WINBINDD_GETG

RE: REPOST: Finding group members - fix to winbindd_ads.c

2003-02-10 Thread Ken Cross
[mailto:[EMAIL PROTECTED]] Sent: Monday, February 10, 2003 7:20 AM To: Ken Cross Cc: 'Multiple recipients of list SAMBA-TECHNICAL' Subject: Re: REPOST: Finding group members - fix to winbindd_ads.c Ken Cross wrote: > Currently, if you do WINBINDD_GETGRNAM to an NT domain using

Re: REPOST: Finding group members - fix to winbindd_ads.c

2003-02-10 Thread Michael Steffens
Ken Cross wrote: Currently, if you do WINBINDD_GETGRNAM to an NT domain using RPC, you get *all* the members of a group, whether primary or supplemental. The same call to an AD using LDAP just returns supplemental members. My patch causes the call to either an NT domain or AD to return the sam

RE: REPOST: Finding group members - fix to winbindd_ads.c

2003-02-08 Thread Ken Cross
T: Finding group members - fix to winbindd_ads.c On Sat, Feb 08, 2003 at 09:10:41AM -0500, Ken Cross wrote: > Samba-folk: > > A couple of weeks ago I posted a patch to winbindd_ads.c to change the > behavior of WINBINDD_GETGRNAM and WINBINDD_GETGRGID using LDAP. > > Currently, if

Re: REPOST: Finding group members - fix to winbindd_ads.c

2003-02-08 Thread jra
On Sat, Feb 08, 2003 at 09:10:41AM -0500, Ken Cross wrote: > Samba-folk: > > A couple of weeks ago I posted a patch to winbindd_ads.c to change the > behavior of WINBINDD_GETGRNAM and WINBINDD_GETGRGID using LDAP. > > Currently, if you do WINBINDD_GETGRNAM to an NT domain using RPC, you > get *al

REPOST: Finding group members - fix to winbindd_ads.c

2003-02-08 Thread Ken Cross
Samba-folk: A couple of weeks ago I posted a patch to winbindd_ads.c to change the behavior of WINBINDD_GETGRNAM and WINBINDD_GETGRGID using LDAP. Currently, if you do WINBINDD_GETGRNAM to an NT domain using RPC, you get *all* the members of a group, whether primary or supplemental. The same c