The Samba-Bugzilla – Attachment 8005 Details for
Bug 8769
Network printing for non domain admins from Win 7 broken from 3.5 -> 3.6
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
v4-0-test patch
0001-s3fs-printing-Fix-RAW-printing-for-normal-users.patch (text/plain), 877 bytes, created by
Andreas Schneider
on 2012-10-08 11:47:16 UTC
(
hide
)
Description:
v4-0-test patch
Filename:
MIME Type:
Creator:
Andreas Schneider
Created:
2012-10-08 11:47:16 UTC
Size:
877 bytes
patch
obsolete
>From 0b56d28a16e443ddf9397ada2525592e2687fc42 Mon Sep 17 00:00:00 2001 >From: Andreas Schneider <asn@samba.org> >Date: Mon, 8 Oct 2012 12:32:49 +0200 >Subject: [PATCH] s3fs-printing: Fix RAW printing for normal users. > >This fixes bug #8769. > >Signed-off-by: Andreas Schneider <asn@samba.org> >--- > source3/printing/printspoolss.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/source3/printing/printspoolss.c b/source3/printing/printspoolss.c >index 8a38a7f..7a730a5 100644 >--- a/source3/printing/printspoolss.c >+++ b/source3/printing/printspoolss.c >@@ -163,7 +163,7 @@ NTSTATUS print_spool_open(files_struct *fsp, > > status = dcerpc_spoolss_OpenPrinter(b, pf, pf->svcname, > "RAW", devmode_ctr, >- SEC_FLAG_MAXIMUM_ALLOWED, >+ PRINTER_ACCESS_USE, > &pf->handle, &werr); > if (!NT_STATUS_IS_OK(status)) { > goto done; >-- >1.7.12 >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Flags:
ddiss
:
review+
jra
:
review+
Actions:
View
Attachments on
bug 8769
:
7334
|
7698
|
7755
|
8004
| 8005