Displaying 1 result from an estimated 1 matches for "anyshare".
Did you mean:
  any_share
  
2000 Jan 11
0
Quiet Samba
...ervers. 
Workstations and other department servers don't broadcast and don't 
show up in browse lists.   Since WINS is used for name resolution, 
these "hidden" nodes are still available if they have the server 
service running (or, say, smbd <grin>):
 net use z: \\myserver\anyshare
 net view \\myserver
 etc.
By default, SAMBA broadcasts its netbios name, and thus all samba 
servers show up on our browse lists.  I've patched the sources to add 
an additional SMB.CONF parameter:
 Hidden server	= yes | no   		# default = no
If set to "yes", this parameter shunts...