The Samba-Bugzilla – Attachment 16328 Details for
Bug 14568
smbd INTERNAL ERROR: spoolss due to user_ok_token() mismatch
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Test patch.
look (text/plain), 666 bytes, created by
Jeremy Allison
on 2020-11-05 23:47:39 UTC
(
hide
)
Description:
Test patch.
Filename:
MIME Type:
Creator:
Jeremy Allison
Created:
2020-11-05 23:47:39 UTC
Size:
666 bytes
patch
obsolete
>diff --git a/source3/rpc_server/spoolss/srv_spoolss_nt.c b/source3/rpc_server/spoolss/srv_spoolss_nt.c >index f814ad96bf4..840e0280a73 100644 >--- a/source3/rpc_server/spoolss/srv_spoolss_nt.c >+++ b/source3/rpc_server/spoolss/srv_spoolss_nt.c >@@ -1880,7 +1880,8 @@ WERROR _spoolss_OpenPrinterEx(struct pipes_struct *p, > return WERR_ACCESS_DENIED; > } > >- if (!user_ok_token(uidtoname(p->session_info->unix_token->uid), NULL, >+ if (!user_ok_token(p->session_info->unix_info->unix_name, >+ p->session_info->info->domain_name, > p->session_info->security_token, snum) || > !W_ERROR_IS_OK(print_access_check(p->session_info, > p->msg_ctx,
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
Actions:
View
Attachments on
bug 14568
:
16325
|
16326
|
16327
|
16328
|
16331