The Samba-Bugzilla – Attachment 10272 Details for
Bug 10604
Share mount fails on first attempt only during NT token creation
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch to handle -1 UID from AD
v1.patch (text/plain), 376 bytes, created by
Julien Wallior
on 2014-09-09 16:25:28 UTC
(
hide
)
Description:
Patch to handle -1 UID from AD
Filename:
MIME Type:
Creator:
Julien Wallior
Created:
2014-09-09 16:25:28 UTC
Size:
376 bytes
patch
obsolete
>--- nsswitch/libwbclient/wbc_idmap.c.old 2014-09-05 10:56:33.008901696 -0400 >+++ nsswitch/libwbclient/wbc_idmap.c 2014-09-05 11:32:43.270085608 -0400 >@@ -53,7 +53,11 @@ > > *puid = response.data.uid; > >- wbc_status = WBC_ERR_SUCCESS; >+ if (*puid != -1) { >+ wbc_status = WBC_ERR_SUCCESS; >+ } else { >+ wbc_status = WBC_ERR_INVALID_RESPONSE; >+ } > > done: > return wbc_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 10604
:
9936
|
9937
| 10272