Originally posted by: rjain
I think there's also a resolver plugin (as in nsswitch.conf) you can use to use samba for name resolution.
		
		
	 
There is - it's called libnss_wins.so and is specified with "wins" in nsswitch.conf. This is different than libnss_winbind.so. Winbind is used to resolve user and group ID's, WINS is used to resolve hostnames. If you need this functionality, you may have to do a bit of legwork - the default Samba build does not build libnss_wins, and most distros follow suit. Also, this works fine with "real" NT/2K WINS servers as well, not just Samba WINS servers.
If you need Linux to act as a WINS server instead of a client, then you need the "wins support = yes" line in smb.conf, as suggested above.