Displaying 10 results from an estimated 10 matches for "printer_access_use".
2006 Feb 27
1
"printer admin" still working in 3.0.21c?
While I'm able to successfully upload printer drivers with APW to my
Samba 3.0.21c DMS server with CUPS, I have a hard time changing printer
properties afterwards which always ends up with "access denied",
although the AD account used to connect is listed in "[global] printer
admin =".
I noticed that "printer admin" is marked deprecated in 3.0.21c, but
2001 Nov 27
3
Debug/error codes
I know in some ways the answer is RTFM, but I'm not even sure which docs to
read or where they are.
I've posted about my printing problem before (Win2k SP2 won't print to my
Linux server printer), and even though I've had some suggestions, nothing
has worked (after a solid week of trying combinations in smb.conf, I'm
close to having to drop Linux and go to a complete
2010 Apr 01
4
Printer Admin Difficulties
...0000000 (0)
devmode : NULL
access_mask : 0x000f000c (983052)
0: SERVER_ACCESS_ADMINISTER
0: SERVER_ACCESS_ENUMERATE
1: PRINTER_ACCESS_ADMINISTER
1: PRINTER_ACCESS_USE
0: JOB_ACCESS_ADMINISTER
0: JOB_ACCESS_READ
level : 0x00000001 (1)
userlevel : union spoolss_UserLevel(case 1)
level1 : *
level1: struct sp...
2001 Nov 22
1
[win2k] Epson777 "IT WORKS !!!!!"
...printer queue window
(even though jobs may successfully be printed).
If this parameter is enabled for a printer, then
any attempt to open the printer with the
PRINTER_ACCESS_ADMINISTER right is mapped to
PRINTER_ACCESS_USE instead. Thus allowing the Open
PrinterEx() call to succeed. This parameter MUST
not be able enabled on a print share which has
valid print driver installed on the Samba server.
See also disable spoolss
Default: use cli...
2011 May 16
1
Problem printing from one user only
..... .....MyH
[0010] 57 19 00 00 W...
[2011/05/15 14:41:13.479801, 4]
rpc_server/srv_spoolss_nt.c:379(get_printer_snum)
short name:F4440
[2011/05/15 14:41:13.481016, 4]
rpc_server/srv_spoolss_nt.c:1732(_spoolss_OpenPrinterEx)
Setting printer access = PRINTER_ACCESS_USE
[2011/05/15 14:41:13.481138, 3]
rpc_server/srv_pipe_hnd.c:344(free_pipe_context)
free_pipe_context: destroying talloc pool of size 0
[2011/05/15 14:41:13.481291, 3] smbd/process.c:1485(process_smb)
Transaction 1833 of length 300 (0 toread)
[2011/05/15 14:41:13.481342, 3] smbd/process.c:12...
2008 Jan 02
1
Another Uploading Printer drivers problem.
Hi. I have been following another thread describing problems uploading
printer drives - but I think I have a different problem.
In my case I have a Samsung CLP510 colour laser physically connected to
a Centos 5.1 X86-64 Linux box with Samba 3.0251514 (3.0.25b-1.el5_1.4
2005 Feb 11
4
Prints ok, but says "Access denied, unable to connect". win2k and samba 2.2.1a
I have a small Samba 2.2.1a plus Win2k workgroup. Samba is running on
Redhat
7.2.
There is a networked laserjet 5000 using a static IP which I can print
to
successfuly from the linux box, and from the win2k workstations via the
queue
on the linux box.
The weird thing is that, on the win2k worksations, if I double click on
the
printer icon the status of the printer is reported as
"Access
2002 May 16
9
WinY2k Access Denied on Printing
I have a Red Hat Linux release 7.1 (Seawolf) Samba 2.2.4 PDC and fileserver
built with --with-ldapsam. The clients are either win9x or WinY2k.
Authenitcation, etc... all works great.
But print sharing is a real pain. Under 2.2.1a printing worked great, but our
VOIP phone system wouldn't joint the domain until we upgraded to 2.2.4. Initial
testing of 2.2.4 made it seem like everything
2002 Oct 07
9
GetPrinter Level 2 does not get devmode
...RedHat Linux/ Samba
2.2.4 server. I can download and print without any problems. But when I do
Windows API call GetPrinter with PRINTER_INFO_2, the devmode in
printer_info is always null. My code looks like
HANDLE hPrinter=NULL;
PRINTER_DEFAULTS pDefaults;
pDefaults.DesiredAccess = PRINTER_ACCESS_USE;
pDefaults.pDatatype=NULL;
pDefaults.pDevMode=NULL;
BOOL b = OpenPrinter(cPrinterName,&hPrinter,&pDefaults);
if (b)
{
LPBYTE printerInfo=NULL;
DWORD dwNeeded;
b = GetPrinter(hPrinter,2,NULL,NULL,&dwNeeded);
printerInfo = (...
2003 Oct 14
4
Printing Issues with NT type Clients.
Hi. To begin with, I have a freshly built RedHat Linux 8.0 box running samba 2.2.8a. The kernel version is 2.4.18-14. I downloaded and compiled samba from source. I am using LPRng-3.8.9-6 as my printing system. The attached printer is a Lexmark Z22 printer and it is attached to the parralel port.
Problem:
For the life of me, I can't get NT type clients, NT4, 2K and XP to print to samba.