I have a printer shared with Samba, but a windows machine can't connect to it.
The shared disks work fine.
What's wrong?
my smb.conf (removed comments to make it more readable):
In CUPS administration everything else is checked except kerberos:
The shared disks work fine.
What's wrong?
Code:
root@JAAKUBUNTU:/etc/samba# smbtree Enter root's password: WORKGROUP \\JAAKUBUNTU \\JAAKUBUNTU\MP140-series Canon MP140 series \\JAAKUBUNTU\print$ Printer Drivers \\JAAKUBUNTU\NEW VOLUME Main share \\JAAKUBUNTU\SIIRTO Aux share \\JAAKUBUNTU\IPC$ IPC Service (JAAKUBUNTU server (Samba, Ubuntu))
Code:
[global] workgroup = WORKGROUP server string = %h server (Samba, Ubuntu) wins support = yes dns proxy = no name resolve order = lmhosts wins bcast host log file = /var/log/samba/log.%m max log size = 1000 syslog = 0 panic action = /usr/share/samba/panic-action %d server role = standalone server passdb backend = tdbsam obey pam restrictions = yes unix password sync = yes passwd program = /usr/bin/passwd %u passwd chat = *Enter\snew\s*\spassword:* %n\n *Retype\snew\s*\spassword:* %n\n *password\supdated\ssuccessfully* . pam password change = yes map to guest = bad user usershare allow guests = yes [printers] comment = All Printers browseable = yes path = /var/spool/samba printable = yes guest ok = yes read only = no public = yes create mask = 0777 [print$] comment = Printer Drivers path = /var/lib/samba/printers browseable = yes read only = yes guest ok = no [NEW VOLUME] comment = Main share path = /mnt/newvol guest ok = yes browseable = yes create mask = 0777 directory mask = 0777 read only = no public = yes [SIIRTO] comment = Aux share path = /mnt/siirto guest ok = yes browseable = yes create mask = 0777 directory mask = 0777 read only = no public = yes
Code:
[B]Server[/B] [B]Server Settings:[/B] [URL="http://localhost:631/admin/"]Advanced ▼[/URL] Share printers connected to this system Max clients: Allow printing from the Internet Advertise web interface Allow remote administration Use Kerberos authentication ([URL="http://localhost:631/help/kerberos.html?TOPIC=Getting+Started"]FAQ[/URL]) Allow users to cancel any job (not just their own) Preserve job history Maximum jobs (0 for no limit): Retain Metadata: Retain Documents: Save debugging information for troubleshooting Max log file size:
Comment