The Samba-Bugzilla – Attachment 2078 Details for
Bug 3991
"valid users"-option does not work with mapped users
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch
look1 (text/plain), 545 bytes, created by
Jeremy Allison
on 2006-08-02 20:50:31 UTC
(
hide
)
Description:
Patch
Filename:
MIME Type:
Creator:
Jeremy Allison
Created:
2006-08-02 20:50:31 UTC
Size:
545 bytes
patch
obsolete
>Index: auth/auth_util.c >=================================================================== >--- auth/auth_util.c (revision 17377) >+++ auth/auth_util.c (working copy) >@@ -955,8 +955,8 @@ > return NT_STATUS_NO_MEMORY; > } > >- if (((lp_server_role() == ROLE_DOMAIN_MEMBER) && !winbind_ping()) || >- server_info->was_mapped) { >+ if ((lp_server_role() == ROLE_DOMAIN_MEMBER) && >+ (server_info->was_mapped || !winbind_ping())) { > status = create_token_from_username(server_info, > server_info->unix_name, > server_info->guest,
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 3991
: 2078 |
2079