Displaying 1 result from an estimated 1 matches for "smb_printer_add".
2010 Dec 16
2
Samba printer management commands
...TION_OLD} (${LOCATION_NEW}); localizaci?n Win9X:
${LOCATIONWIN9X}..."
# A?adir la impresora
/usr/sbin/lpadmin -p "${SHARENAME}" -D "${DRIVERNAME}" -E -v "${LOCATION_NEW}"
# Recargar la configuraci?n de Samba
/etc/init.d/smb reload
} 2>&1 | logger -t SMB_PRINTER_ADD
================================================================
The printer is recognized correctly in the wizard, but when I press
the Finish button, i get ever "Access denied", although the printer
has been created correctly in /etc/printcap. What am I doing wrong?
Regards.