CVS update: samba/source/param

Luke Kenneth Casson Leighton lkcl at samba.org
Thu May 4 03:40:29 GMT 2000


On Thu, 4 May 2000, Gerald Carter wrote:

> Luke Kenneth Casson Leighton wrote:
> > 
> > well, we came up with a scheme in winbind where if 
> > the samba server is going to be authoritative for that 
> > unix-group, you do NOT turn round to that samba 
> > server (inside winbind) and go and ask it to re-enumerate 
> > it back to you!
> > 
> > i.e.,:
> > 
> > winbindd_getgrent( ... )
> > 
> >         ... state->name
> > 
> >         split_name(state->name, domain_part, username_part)
> >         if (strequal(domain_part, global_sam_name) ||
> >             strequal(domain_part, "")
> >         {
> >                 return SKIP_THIS_NAME;
> >         }
> > 
> 
> Luke,
> 
> Perhaps I am being naive here, but I think that the getgrent()
> loop should be fixed to work with not winbind implementations.

this is *inside* winbind.  not outside.



More information about the samba-technical mailing list