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.

Reply via email to