Displaying 1 result from an estimated 1 matches for "printeradd".
Did you mean:
pointer_add
2005 Sep 13
1
Problem adding printer using MSRPC
....ServerName = "\\abc.xyz.com"
oPrinter.PrinterName = "Apple"
oPrinter.DriverName = "Apple LaserWriter 8500"
oPrinter.PortName = "Samba printer port"
oPrinter.shareName = "Apple"
oPrinter.Location = "odi-lab"
oMaster.PrinterAdd(oPrinter)
smb.conf
[global]
idmap uid = 70000-200000
idmap gid = 70000-200000
winbind enum users = no
winbind enum groups = no
winbind cache time = 10
winbind use default domain = yes
printcap name = cups
load printers = yes
printing = cups
cups options = "raw"
force printername = yes...