On 3/13/23 11:14 AM, Rowland Penny via samba wrote:> I was referring to: > add_local_groups: SID S-1-5-21-2112549936-2540803609-4198596461-1600 > -> getpwuid(3000148) failed, is nsswitch configured? > > Which is coming from source3/auth/token_util.c >That's not part of the traceback. I assumed it was just a red herring. -- David Mulder Labs Software Engineer, Samba SUSE 1221 S Valley Grove Way, Suite 500 Pleasant Grove, UT 84062 (P)+1 385.208.2989 dmulder at suse.com http://www.suse.com
On 13/03/2023 17:19, David Mulder via samba wrote:> > On 3/13/23 11:14 AM, Rowland Penny via samba wrote: >> I was referring to: >> add_local_groups: SID S-1-5-21-2112549936-2540803609-4198596461-1600 >> -> getpwuid(3000148) failed, is nsswitch configured? >> >> Which is coming from source3/auth/token_util.c >> > That's not part of the traceback. I assumed it was just a red herring. >Possibly, but it is there and numerous users have asked about it. What you appear to be saying is that there are two problems, the python code which you are trying to fix and that message being printed because it is a Computer trying to get a uid. Rowland