I'm having trouble getting samba to run on my local domain. Here's the particulars: Slack 8.0 machine running samba (don't know version right now) Win98se and WinMe systems. Running local DNS, no Domain controllers EnablePlainTextPassword is set to 1 on both Win boxes. When I try and connect to the samba share (\\wormy\data), I get the share name listed and a box to enter password. However no user name entry field. I've set up Samba at work to authenticate both locally and against the domain (NT) at work successfully, but it doesn't work here. Any ideas? Thanks, Shawn Here's part of my smb.conf file: [global] username map = /etc/samba/user.map workgroup = int.mn-ttkd.org server string = Samba Server log file = /var/spool/samba/log.%m max log size = 1000 security = local encrypt passwords = no socket options = TCP_NODELAY local master = no read only = no preserve case = yes short preserve case = no dos filetime resolution = yes syslog = 0 #============================ Share Definitions #============================== # This one is useful for people to share files [homes] comment = Home Directory mangled names = no map archive = yes mangle case = no case sensitive = yes preserve case = yes short preserve case = yes read only = no writable = yes create mask = 0755 public = no browseable = no [data] comment = data browseable = yes path = /data read only = no create mask = 0755 public = no