Bug 14623 - smbclient -L/--list: add temporary/hidden indicator
Summary: smbclient -L/--list: add temporary/hidden indicator
Status: NEW
Alias: None
Product: Samba 4.1 and newer
Classification: Unclassified
Component: Tools (show other bugs)
Version: unspecified
Hardware: All All
: P5 enhancement (vote)
Target Milestone: ---
Assignee: Samba QA Contact
QA Contact: Samba QA Contact
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2021-01-29 05:54 UTC by Paul Wise
Modified: 2021-01-29 05:54 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Paul Wise 2021-01-29 05:54:36 UTC
When smbclient is used to list shares, the temporary/hidden attribute of shares is not shown. It would be good if it could be shown something like this:

$ sudo smbclient -P -L 10.0.0.1

	Sharename       Type      Attributes     Comment       
	---------       ----      ---------      -------
	ADMIN$          Disk      Hidden         Remote Admin
	share           Disk      
	tmp$            Disk      Hidden, Temp   A comment here

This would be useful in debugging issues with shares.