The Samba-Bugzilla – Attachment 12787 Details for
Bug 12492
empty client domain is not mapped to standalone server domain when user name contains @
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
patch
UBC_email_username (text/plain), 525 bytes, created by
André Janna
on 2017-01-02 03:54:55 UTC
(
hide
)
Description:
patch
Filename:
MIME Type:
Creator:
André Janna
Created:
2017-01-02 03:54:55 UTC
Size:
525 bytes
patch
obsolete
>Index: samba-4.5.2+dfsg/source3/auth/auth_util.c >=================================================================== >--- samba-4.5.2+dfsg.orig/source3/auth/auth_util.c >+++ samba-4.5.2+dfsg/source3/auth/auth_util.c >@@ -109,7 +109,8 @@ NTSTATUS make_user_info_map(TALLOC_CTX * > char *internal_username = NULL; > bool upn_form = false; > >- if (client_domain[0] == '\0' && strchr(smb_name, '@')) { >+ if (client_domain[0] == '\0' && strchr(smb_name, '@') && >+ lp_server_role() != ROLE_STANDALONE) { > upn_form = true; > } >
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 12492
: 12787