Changeset 233 for branches/samba-3.2.x/source/rpc_server/srv_netlog_nt.c
- Timestamp:
- May 27, 2009, 11:39:15 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/samba-3.2.x/source/rpc_server/srv_netlog_nt.c
r136 r233 475 475 struct netr_Credential srv_chal_out; 476 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 477 503 /* We use this as the key to store the creds: */ 478 504 /* r->in.computer_name */ … … 522 548 } 523 549 524 srv_flgs = 0x000001ff;525 526 if (lp_server_schannel() != false) {527 srv_flgs |= NETLOGON_NEG_SCHANNEL;528 }529 530 550 /* set up the LSA AUTH 2 response */ 531 551 memcpy(r->out.return_credentials->data, &srv_chal_out.data, 532 552 sizeof(r->out.return_credentials->data)); 533 *r->out.negotiate_flags = srv_flgs;534 553 535 554 fstrcpy(p->dc->mach_acct, r->in.account_name); … … 683 702 684 703 memcpy(r->out.return_authenticator, &cred_out, 685 sizeof( r->out.return_authenticator));704 sizeof()); 686 705 687 706 TALLOC_FREE(sampass); … … 1343 1362 ****************************************************************/ 1344 1363 1345 WERROR _netr_NETRLOGONDUMMYROUTINE1(pipes_struct *p, 1346 struct netr_NETRLOGONDUMMYROUTINE1 *r) 1347 { 1348 p->rng_fault_state = true; 1349 return WERR_NOT_SUPPORTED; 1364 NTSTATUS _netr_LogonGetCapabilities(pipes_struct *p, 1365 struct netr_LogonGetCapabilities *r) 1366 { 1367 return NT_STATUS_NOT_IMPLEMENTED; 1350 1368 } 1351 1369
Note:
See TracChangeset
for help on using the changeset viewer.
