Does the wins libnss module not "work" yet, or am I misconfiguring it ? Everything else in the whole samba/winbind realm works, I can log in as a domain user using pam_winbind, smbclient can resolve netbios names from WINS, etc etc. but 'ping NETBIOS_NAME' doesn't resolve. Here's some background data: Samba 2.2.8-0.1 on debian from master.samba.org apt repos. wbinfo -N <hostname> works fine smbclient -L <hostname> works fine /etc/nsswitch outtake: hosts: files dns wins /lib/libnss_wins.so exists Thanks in advance for any information you can provide ! -- Josh Litherland (josh@temp123.org) -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 189 bytes Desc: not available Url : http://lists.samba.org/archive/samba/attachments/20030317/5ee1acc1/attachment.bin
Josh, Try a link: ln -s /lib/libnss_wins.so /lib/libnss_wins.so.2 Also, with WINS in your smb.conf you must have in [globals]: either: wins server = x.x.x.x or: wins support = Yes - John T. -- John H Terpstra Email: jht@samba.org -------------- next part -------------- Skipped content of type multipart/signed-------------- next part -------------- -- To unsubscribe from this list go to the following URL and read the instructions: http://lists.samba.org/mailman/listinfo/samba
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 On Mon, 17 Mar 2003, Josh Litherland wrote:> Does the wins libnss module not "work" yet, or am I misconfiguring it ? > Everything else in the whole samba/winbind realm works, I can log > in as a domain user using pam_winbind, smbclient can resolve netbios > names from WINS, etc etc. but 'ping NETBIOS_NAME' doesn't resolve. > Here's some background data: > > Samba 2.2.8-0.1 on debian from master.samba.org apt repos. > wbinfo -N <hostname> works fine > smbclient -L <hostname> works fine > > /etc/nsswitch outtake: > hosts: files dns wins > > /lib/libnss_wins.so exists > > Thanks in advance for any information you can provide !winbindd has to be running (yes I now this sucks and is not documnted well). cheers, jerry ---------------------------------------------------------------------- Hewlett-Packard ------------------------- http://www.hp.com SAMBA Team ---------------------- http://www.samba.org GnuPG Key ---- http://www.plainjoe.org/gpg_public.asc "You can never go home again, Oatman, but I guess you can shop there." --John Cusack - "Grosse Point Blank" (1997) -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.0 (GNU/Linux) Comment: For info see http://quantumlab.net/pine_privacy_guard/ iD8DBQE+dpzSIR7qMdg1EfYRAol0AKD0jDe/cvHCettlrbNKNUoTIOYeGwCg3f3m 0iSCT+wDw393gldqG7pLddA=qKi+ -----END PGP SIGNATURE-----
The solution turned out to be moving /lib/libnss_wins.so to /lib/libnss_wins.so.2 Thanks for all the help, everyone. Who should I pester to fix the debs on master.samba.org ? =) -- Josh Litherland (josh@temp123.org) -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 189 bytes Desc: not available Url : http://lists.samba.org/archive/samba/attachments/20030317/bdb5033c/attachment.bin