Advertisement
Guest User

Untitled

a guest
Mar 26th, 2013
85
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.21 KB | None | 0 0
  1. Got a dns update request.
  2. update count is 3
  3. Looking at record:
  4. discard_const(update): struct dns_res_rec
  5. name : '50WKS05.wmpny.lan'
  6. rr_type : DNS_QTYPE_AAAA (0x1C)
  7. rr_class : DNS_QCLASS_ANY (0xFF)
  8. ttl : 0x00000000 (0)
  9. length : 0x0000 (0)
  10. rdata : union dns_rdata(case 0x1C)
  11. ipv6_record : (null)
  12. unexpected : DATA_BLOB length=0
  13. Looking at record:
  14. discard_const(update): struct dns_res_rec
  15. name : '50WKS05.wmpny.lan'
  16. rr_type : DNS_QTYPE_A (0x1)
  17. rr_class : DNS_QCLASS_ANY (0xFF)
  18. ttl : 0x00000000 (0)
  19. length : 0x0000 (0)
  20. rdata : union dns_rdata(case 0x1)
  21. ipv4_record : (null)
  22. unexpected : DATA_BLOB length=0
  23. Looking at record:
  24. discard_const(update): struct dns_res_rec
  25. name : '50WKS05.wmpny.lan'
  26. rr_type : DNS_QTYPE_A (0x1)
  27. rr_class : DNS_QCLASS_IN (0x1)
  28. ttl : 0x000004b0 (1200)
  29. length : 0x0004 (4)
  30. rdata : union dns_rdata(case 0x1)
  31. ipv4_record : 10.18.66.44
  32. unexpected : DATA_BLOB length=0
  33. Kerberos: TGS-REQ 50wks05$@WMPNY.LAN from ipv4:10.18.66.44:55359 for ldap/pdc.wmpny.lan/wmpny.lan@WMPNY.LAN [renewable, forwardable]
  34. Kerberos: TGS-REQ authtime: 2013-03-26T18:27:07 starttime: 2013-03-26T18:27:08 endtime: 2013-03-27T04:27:07 renew till: 2013-04-02T18:27:07
  35. Terminating connection - 'kdc_tcp_call_loop: tstream_read_pdu_blob_recv() - NT_STATUS_CONNECTION_DISCONNECTED'
  36. single_terminate: reason[kdc_tcp_call_loop: tstream_read_pdu_blob_recv() - NT_STATUS_CONNECTION_DISCONNECTED]
  37. Terminating connection - 'ldapsrv_call_loop: tstream_read_pdu_blob_recv() - NT_STATUS_CONNECTION_DISCONNECTED'
  38. single_terminate: reason[ldapsrv_call_loop: tstream_read_pdu_blob_recv() - NT_STATUS_CONNECTION_DISCONNECTED]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement