The Samba-Bugzilla – Attachment 2014 Details for
Bug 3905
smbd does not stay running
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Fix for security = server
lookl (text/plain), 575 bytes, created by
Gerald (Jerry) Carter (dead mail address)
on 2006-07-01 12:28:18 UTC
(
hide
)
Description:
Fix for security = server
Filename:
MIME Type:
Creator:
Gerald (Jerry) Carter (dead mail address)
Created:
2006-07-01 12:28:18 UTC
Size:
575 bytes
patch
obsolete
>Index: auth/auth_util.c >=================================================================== >--- auth/auth_util.c (revision 16696) >+++ auth/auth_util.c (working copy) >@@ -876,9 +876,10 @@ > } > else { > status = add_builtin_administrators( tmp_ctx, result ); >- if ( !NT_STATUS_IS_OK(status) ) { >- result = NULL; >- goto done; >+ if ( !NT_STATUS_IS_OK(status) ) { >+ /* just log a complaint but do not fail */ >+ DEBUG(3,("create_local_nt_token: failed to check for local Administrators" >+ " membership (%s)\n", nt_errstr(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 3905
:
2011
|
2012
|
2013
| 2014