The Samba-Bugzilla – Attachment 1206 Details for
Bug 2684
Spoolss ignores per-share host based access control
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch for Samba 3.0.11
spoolss-access-check.patch (text/plain), 769 bytes, created by
Andrew Bartlett
on 2005-05-06 00:32:56 UTC
(
hide
)
Description:
Patch for Samba 3.0.11
Filename:
MIME Type:
Creator:
Andrew Bartlett
Created:
2005-05-06 00:32:56 UTC
Size:
769 bytes
patch
obsolete
>Index: source/rpc_server/srv_spoolss_nt.c >=================================================================== >--- source/rpc_server/srv_spoolss_nt.c (revision 6356) >+++ source/rpc_server/srv_spoolss_nt.c (working copy) >@@ -1730,6 +1730,13 @@ > > /* check smb.conf parameters and the the sec_desc */ > >+ if (!lp_snum_ok(snum) || >+ !check_access(smbd_server_fd(), >+ lp_hostsallow(snum), lp_hostsdeny(snum))) { >+ DEBUG(3, ("access DENIED (hosts allow/deny) for printer open\n")); >+ return WERR_ACCESS_DENIED; >+ } >+ > if (!user_ok(uidtoname(user.uid), snum, user.groups, user.ngroups) || !print_access_check(&user, snum, printer_default->access_required)) { > DEBUG(3, ("access DENIED for printer open\n")); > close_printer_handle(p, handle);
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 2684
: 1206