The Samba-Bugzilla – Attachment 1365 Details for
Bug 2976
Win2k member workstation authentication order different when in Samba domain
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
sets authoritative field to 0 when domain name doesn't match
netlog_nt.patch (text/plain), 632 bytes, created by
Jim McDonough
on 2005-08-10 13:27:51 UTC
(
hide
)
Description:
sets authoritative field to 0 when domain name doesn't match
Filename:
MIME Type:
Creator:
Jim McDonough
Created:
2005-08-10 13:27:51 UTC
Size:
632 bytes
patch
obsolete
>--- rpc_server/srv_netlog_nt.c.orig 2005-08-10 14:08:11.000000000 -0500 >+++ rpc_server/srv_netlog_nt.c 2005-08-10 14:47:39.000000000 -0500 >@@ -635,6 +635,10 @@ > rpcstr_pull(nt_domain,uni_samlogon_domain->buffer,sizeof(nt_domain),uni_samlogon_domain->uni_str_len*2,0); > rpcstr_pull(nt_workstation,uni_samlogon_workstation->buffer,sizeof(nt_workstation),uni_samlogon_workstation->uni_str_len*2,0); > >+ if (! (strcmp(nt_domain, lp_workgroup()) == 0) ) { >+ r_u->auth_resp = 0; /* We are not authoritative */ >+ } >+ > DEBUG(3,("User:[%s@%s] Requested Domain:[%s]\n", nt_username, > nt_workstation, nt_domain)); >
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 2976
: 1365 |
13076