Patch for showing Username instead of UID in 'smbstatus -L'

Amit amitkuma at redhat.com
Thu Jul 5 08:35:16 UTC 2018



On 07/05/2018 08:53 AM, Amit wrote:
>
> Yup sorry i missed. It was %-9s in my tests..
>
>
> On 07/04/2018 07:32 PM, Volker Lendecke wrote:
>> On Wed, Jul 04, 2018 at 05:57:39PM +0530, Amit via samba-technical wrote:
>>>                 struct server_id_buf tmp;
>>>                 d_printf("%-11s  ", server_id_str_buf(e->pid, &tmp));
>>> -               d_printf("%-9u  ", (unsigned int)e->uid);
>>> +               d_printf("%-9u  ", uidtoname(e->uid));
>> This looks fishy. %-9u being given a string should generate a warning
>> in the build. Can you re-check?
>>
>> Volker
>>
>
> -- 
> Thanks
> Amit Kumar
> !!If you stumble, get back up. 
> What happened yesterday, no longer matters.
> Today is another day to move closer to your GOAL!!

-- 
Thanks
Amit Kumar
!!If you stumble, get back up. 
What happened yesterday, no longer matters.
Today is another day to move closer to your GOAL!!

-------------- next part --------------
A non-text attachment was scrubbed...
Name: smbstatus-l.patch
Type: text/x-patch
Size: 812 bytes
Desc: not available
URL: <http://lists.samba.org/pipermail/samba-technical/attachments/20180705/c0533bea/smbstatus-l.bin>


More information about the samba-technical mailing list