The Samba-Bugzilla – Attachment 5252 Details for
Bug 7080
Quota only shown when logged as root
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Fix for master/3.5.0.
look (text/plain), 506 bytes, created by
Jeremy Allison
on 2010-02-01 17:55:34 UTC
(
hide
)
Description:
Fix for master/3.5.0.
Filename:
MIME Type:
Creator:
Jeremy Allison
Created:
2010-02-01 17:55:34 UTC
Size:
506 bytes
patch
obsolete
>diff --git a/source3/smbd/fake_file.c b/source3/smbd/fake_file.c >index 6898793..9917481 100644 >--- a/source3/smbd/fake_file.c >+++ b/source3/smbd/fake_file.c >@@ -126,7 +126,7 @@ NTSTATUS open_fake_file(struct smb_request *req, connection_struct *conn, > NTSTATUS status; > > /* access check */ >- if (conn->server_info->utok.uid != 0) { >+ if (geteuid() == sec_initial_uid()) { > DEBUG(3, ("open_fake_file_shared: access_denied to " > "service[%s] file[%s] user[%s]\n", > lp_servicename(SNUM(conn)),
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 7080
:
5252
|
5253
|
6375