mirror of
https://github.com/samba-team/samba.git
synced 2025-11-11 00:23:51 +03:00
r23091: Add rpccli_netlogon_sam_network_logon_ex, fix its parsing. This does not
use the credential chain and only works over netlogon, but it would allow multiple outstanding auth requests for a single workstation account.
This commit is contained in:
committed by
Gerald (Jerry) Carter
parent
02e4f6b0f1
commit
123290d094
@@ -1337,7 +1337,8 @@ void init_dom_rid4(DOM_RID4 *rid4, uint16 unknown, uint16 attr, uint32 rid)
|
||||
Inits a DOM_CLNT_SRV structure.
|
||||
********************************************************************/
|
||||
|
||||
static void init_clnt_srv(DOM_CLNT_SRV *logcln, const char *logon_srv, const char *comp_name)
|
||||
void init_clnt_srv(DOM_CLNT_SRV *logcln, const char *logon_srv,
|
||||
const char *comp_name)
|
||||
{
|
||||
DEBUG(5,("init_clnt_srv: %d\n", __LINE__));
|
||||
|
||||
|
||||
Reference in New Issue
Block a user