Knowledgebase
How to enable “Access Based Enumeration” for Windows Networking?
Posted by Daniel Orme on 08 November 2013 10:20 AM
|
|
It can be configurable with this method:
1. In SSH command line, edit the Samba config file:
vi /etc/config/smb.conf
2. Under the [global] section, add:
hide unreadable = yes
3. Save the file and exit
4. Restart Samba service:
/etc/init.d/smb.sh restart
| |
|
Comments (0)