Cannot log onto domain

Luke Kenneth Casson Leighton lkcl at switchboard.net
Thu Dec 3 18:48:25 GMT 1998


On Thu, 3 Dec 1998, Jeremy Allison wrote:

> Luke Kenneth Casson Leighton wrote:
> > 
> > hmph.  ok, i'm going to try using the initgroups() function where possible
> > in lib/replace.c.  and other code.
> 
> FYI: initgroups is already replaced in lib/replace.c if
> the underlying UNIX system does not have it. So it's
> always safe to use initgroups() in Samba code.

ok.  i already _use_ get_unixgroups() which calls initgroups() etc.

the problem is that if i know the gid and i want to know what users are
in that group, not just what groups are in /etc/group, you have to
enumerate the password database to find out.

this is horrible.



More information about the samba-ntdom mailing list