> in konqueror travel to the url smb://machine/share and a > username/password dialog will pop up.
Which (running as root) program is doing the mounting? You could trivially solve all your trouble by setting the suid bit on mount and umount. This will allow users to use smbmount and smbumount. The LinNeighborhood package only contains one binary with the suid bit not set. That means it's using mount for the mounting, and won't do a thing unless mount has its suid bit set (does it tell you that when you run it?). A *very* nifty program for network browsing is sharity, www.obdev.at. Volker -- Volker Kuhlmann is possibly list0570 with the domain in header http://volker.dnsalias.net/ Please do not CC list postings to me.
