From traviso@FreeBSDFoo.com Sat Oct 13 12:13:39 2001 Date: Fri, 12 Oct 2001 11:20:11 -0700 From: .:[Travis]:. Subject: Samba Kung Fu. Windows Machines: First disable the requirement of encrypted passwords in you Win98 clients. This needs a single addition to the Win98 registry: go to: "HKEY_LOCAL_MACHINE\System\CurrentControlSet\Services\VxD\VNETSUP" ...and add the value "EnablePlainTextPassword" = 1 (dword). Then reboot. --- FreeBSD Machine: /usr/local/etc/smb.conf --- # Global parameters [global] map archive = No log file = /var/log/log.samba remote announce = 192.168.0.1/WORKGROUP max log size = 1000 interfaces = 192.168.0.1/255.255.255.0 message command = /bin/csh -c 'wall %s default = homes max connections = 20 dont descend = /dev,/proc,/root,/stand server string = Bolthorn hosts allow = 192.168.0.1 192.168.0.2 192.168.0.3 192.168.0.5 192.168.0.4 192.168.0.7 workgroup = WORKGROUP comment = bolthorn.wintersthorn.com netbios name = BOLTHORN socket options = SO_REUSEADDR SO_BROADCAST TCP_NODELAY keepalive = 10 netbios aliases = bolthorn strip dot = Yes invalid users = root writable = yes os level = 1 hosts equiv = 192.168.0.2 192.168.0.3 192.168.0.5 username map = /usr/local/etc/user.map [IPC$] comment = Home Directories path = ~ browseable = No [homes] comment = Home Directories browseable = No [public] path = /usr/home/backup guest only = Yes guest ok = Yes [Mp3] allow hosts = 192.168.0.1 192.168.0.2 192.168.0.3 192.168.0.5 192.168.0.4 revalidate = yes only user = yes valid users = monkeyt,traviso,@wheel guest account = write list = traviso,monkeyt,@wheel path = /home/mp3 --- Hope this helps :) Travis =-=[Travis Ogden]-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= ICQ UIN: #30220771 "Courage is not defined by those who AIM ID: Gen2600 fought and did not fall, but by those Email: who fought, fell, and rose again." traviso@FreeBSDFoo.com Website: http://www.FreeBSDFoo.com/~traviso =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=