The Samba-Bugzilla – Attachment 14873 Details for
Bug 13808
Samba 4.9.4 fails to start with ldapsam pdb backend in readonly LDAP environment
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
patch for v4-9
relax_builtin_guests_for_ldap.patch (text/plain), 619 bytes, created by
Andrew Walker
on 2019-02-27 13:43:36 UTC
(
hide
)
Description:
patch for v4-9
Filename:
MIME Type:
Creator:
Andrew Walker
Created:
2019-02-27 13:43:36 UTC
Size:
619 bytes
patch
obsolete
>diff --git a/source3/auth/token_util.c b/source3/auth/token_util.c >index f5b0e69..d2bc9f7 100644 >--- a/source3/auth/token_util.c >+++ b/source3/auth/token_util.c >@@ -745,7 +745,8 @@ NTSTATUS finalize_local_nt_token(struct security_token *result, > status = create_builtin_guests(domain_sid); > unbecome_root(); > >- if (NT_STATUS_EQUAL(status, NT_STATUS_PROTOCOL_UNREACHABLE)) { >+ if (NT_STATUS_EQUAL(status, NT_STATUS_PROTOCOL_UNREACHABLE) || >+ NT_STATUS_EQUAL(status, NT_STATUS_ACCESS_DENIED)) { > /* > * Add BUILTIN\Guests directly to token. > * But only if the token already indicates
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 13808
: 14873