The Samba-Bugzilla – Attachment 7288 Details for
Bug 8735
Cause for NT_STATUS_NO_SUCH_USER should be reported more prominently
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Raw patch for 3.6.x and master
look (text/plain), 733 bytes, created by
Jeremy Allison
on 2012-02-02 21:51:44 UTC
(
hide
)
Description:
Raw patch for 3.6.x and master
Filename:
MIME Type:
Creator:
Jeremy Allison
Created:
2012-02-02 21:51:44 UTC
Size:
733 bytes
patch
obsolete
>diff --git a/source3/smbd/service.c b/source3/smbd/service.c >index f4f6e9a..15f4b6e 100644 >--- a/source3/smbd/service.c >+++ b/source3/smbd/service.c >@@ -484,6 +484,8 @@ NTSTATUS set_conn_force_user_group(connection_struct *conn, int snum) > guest, > &forced_serverinfo); > if (!NT_STATUS_IS_OK(status)) { >+ DEBUG(0,("force user for user %s failed with %s\n", >+ fuser, nt_errstr(status))); > return status; > } > >@@ -507,6 +509,9 @@ NTSTATUS set_conn_force_user_group(connection_struct *conn, int snum) > &conn->session_info->unix_token->gid); > > if (!NT_STATUS_IS_OK(status)) { >+ DEBUG(0,("force group for group %s failed with %s\n", >+ *lp_force_group(snum), >+ nt_errstr(status))); > return status; > } >
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 8735
: 7288