Has smbclient behavior changed from 2.2.8a to 3.0.0?

David Wuertele dave-gnus at bfnet.com
Mon Nov 3 22:25:24 GMT 2003


When I use 2.2.8a smbclient to enumerate the names known to a LMB, it
lists all the server names.  But when I use 3.0.0 smbclient with the
exact same command line and exact same smb.conf file, it does not
report server names.  How can I get 3.0.0 to report the server names?

Here is my output.  I'm running two different versions of smbclient on
192.168.5.1, a RH9 linux box.  192.168.5.211 is a Windows XP Pro box
that has been elected LMB.

# smbclient-2.2.8a -s /etc/samba/smb.conf -I 192.168.5.211 -L //b1-xp-1
added interface ip=192.168.5.1 bcast=192.168.5.255 nmask=255.255.255.0
Password: 
Domain=[WG1] OS=[Windows 5.1] Server=[Windows 2000 LAN Manager]

	Sharename      Type      Comment
	---------      ----      -------
	IPC$           IPC       Remote IPC
	SharedDocs     Disk      
	My Music       Disk      
	ADMIN$         Disk      Remote Admin
	C$             Disk      Default share

	Server               Comment
	---------            -------
	B1-XP-1              b1 XP 1
	B1-XP-2              b1-XP-2
	B2-XP-1              b2 XP 1
	B2-XP-2              b2-XP-2
	B3-XP-1              b3-XP-1
	B3-XP-2              b3-XP-2
	B3-XP-2P             b3-XP-2p
	B4-XP-1              b4-XP-1
	B4-XP-2              b4-XP-2
	B5-XP-1              b5-XP-1
	B5-XP-2              b5-XP-2
	B6-XP-1              b6-XP-1
	B6-XP-2              b6-XP-2

	Workgroup            Master
	---------            -------
	ROKU                 ADVENTURE
	WG1                  B5-XP-1
# ./smbclient-3.0.0 -s /etc/samba/smb.conf -I 192.168.5.211 -L //b1-xp-1
Password: 

	Sharename      Type      Comment
	---------      ----      -------
	IPC$           IPC       Remote IPC
	SharedDocs     Disk      
	My Music       Disk      
	ADMIN$         Disk      Remote Admin
	C$             Disk      Default share

	Server               Comment
	---------            -------

	Workgroup            Master
	---------            -------
# 




More information about the samba-technical mailing list