CVS update: samba/source/lib

jra at dp.samba.org jra at dp.samba.org
Wed Oct 9 13:46:58 EST 2002


On Wed, Oct 09, 2002 at 02:33:42AM +0000, Andrew Bartlett wrote:
> 
> I think you accidentily checked this in...
> 
> diff -b -u -r1.31.4.24 -r1.31.4.25
> --- source/lib/username.c	4 Jul 2002 21:08:35 -0000	1.31.4.24
> +++ source/lib/username.c	9 Oct 2002 01:45:13 -0000	1.31.4.25
> @@ -361,6 +361,8 @@
>   	for (i = 0; i < num_groups; i++) {
>   		if (gid == groups[i]) {
>   			ret = True;
> +			DEBUG(0,("user_in_winbind_group_list: user |%s| is in group |%s|\n",
> +				user, gname ));
> break;
>   		}
>   	}

Yep - should be debug 10 - thanks !

Jeremy.



More information about the samba-cvs mailing list