Hi list. I'm a Marine based near San Diego CA and I'm trying to setup a Libranet/Debian box as a file and printserver. The main goal is printing right now. I have good connectivity (ping and resolve by NETBIOS name). I have enabled File and Print Sharing on my Windows clients as well as making the appropriate entries in my hosts file. NETBIOS is aslo enabled as well as using the IP address of the Samba box for WINS. I have added all users and computer NETBIOS names using useradd and then smbpasswd -a on the Samba box. When I run net view on a Windows box I get " System error 86 has occured. The specified network password is not correct." I have checked carefully and modified where necessary and I'm sure the logon name and password I'm using for Windows is on my Samba box. I've got 3 Linux books out in front of me and I'm obviously missing something. I was using SWAT but now I'm just using good ol vi. I would really appreciate any help the list might offer. Here is my smb.conf

# Global parameters
[global]
workgroup = N30
netbios name = PRINTSERVER
server string = %h server (Samba %v)
security = SHARE
encrypt passwords = Yes
update encrypted = Yes
socket options = TCP_NODELAY SO_RCVBUF=8192 SO_SNDBUF=8192
passwd program = /usr/bin/passwd %u
passwd chat = *Enter\snew\sUNIX\spassword:* %n\n *Retype\snew\sUNIX\spassword:* %n\n .
syslog = 0
log file = /var/log/samba/log.%m
max log size = 1000
printcap name = /etc/printcap.cups
os level = 85
preferred master = True
domain master = True
dns proxy = No
wins server = 192.168.1.110
message command = /bin/sh -c '/usr/bin/linpopup "%f" "%m" %s; rm %s' &
invalid users = root
valid users = bax morbo amy guest Guest Bax
hosts allow = 192.168.1.
load printers = yes
printing = cups

[homes]
comment = Home Directories
browseable = Yes
writeable = Yes

[printers]
comment = All Printers
path = /var/spool/cups
guest ok = Yes
printable = Yes
writeable = No
use client driver = Yes

[Laserjet]
path = /var/spool/cups
guest ok = Yes
printable = Yes
writeable =No
printer name = Laserjet
use client driver = Yes

--
To unsubscribe from this list go to the following URL and read the
instructions: http://lists.samba.org/mailman/listinfo/samba

Reply via email to