This is a discussion on Re: [PATCH] Make winbindd_getpwnam() return consistent values - Samba ; On Fri, Jul 30, 2004 at 10:43:10AM +0800, Tom Shaw wrote: > > Summary: In the function winbindd_getpwnam(), winbind calls > query_user(). However instead of using the user_info.acct_name value > returned by this call to populate the result, the function ...
On Fri, Jul 30, 2004 at 10:43:10AM +0800, Tom Shaw wrote:
>
> Summary: In the function winbindd_getpwnam(), winbind calls
> query_user(). However instead of using the user_info.acct_name value
> returned by this call to populate the result, the function uses the
> username supplied in the argument to winbindd_getpwnam() .
> ....
> Is my patch on the right track, or is there a reason for the existing behaviour?
Yeah, the reason is it's a bug :-) :-).
Good patch ! Thanks !
Jeremy.