Advertisement
Guest User

Untitled

a guest
Sep 27th, 2016
138
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.10 KB | None | 0 0
  1. /usr/ports/www/apache24 # ldapsearch -h 10.20.3.30 -W -D "cn=svnr,ou=SVN,dc=domain,dc=ru" -b "dc=domain,dc=ru" -x -d 5
  2. ldap_create
  3. ldap_url_parse_ext(ldap://10.20.3.30)
  4. Enter LDAP Password:
  5. ldap_sasl_bind
  6. ldap_send_initial_request
  7. ldap_new_connection 1 1 0
  8. ldap_int_open_connection
  9. ldap_connect_to_host: TCP 10.20.3.30:389
  10. ldap_new_socket: 3
  11. ldap_prepare_socket: 3
  12. ldap_connect_to_host: Trying 10.20.3.30:389
  13. ldap_pvt_connect: fd: 3 tm: -1 async: 0
  14. attempting to connect:
  15. connect success
  16. ldap_open_defconn: successful
  17. ldap_send_server_request
  18. ber_scanf fmt ({it) ber:
  19. ber_scanf fmt ({i) ber:
  20. ber_flush2: 49 bytes to sd 3
  21. ldap_result ld 0x801c07070 msgid 1
  22. wait4msg ld 0x801c07070 msgid 1 (infinite timeout)
  23. wait4msg continue ld 0x801c07070 msgid 1 all 1
  24. ** ld 0x801c07070 Connections:
  25. * host: 10.20.3.30 port: 389 (default)
  26. refcnt: 2 status: Connected
  27. last used: Tue Sep 27 11:23:14 2016
  28.  
  29.  
  30. ** ld 0x801c07070 Outstanding Requests:
  31. * msgid 1, origid 1, status InProgress
  32. outstanding referrals 0, parent count 0
  33. ld 0x801c07070 request count 1 (abandoned 0)
  34. ** ld 0x801c07070 Response Queue:
  35. Empty
  36. ld 0x801c07070 response count 0
  37. ldap_chkResponseList ld 0x801c07070 msgid 1 all 1
  38. ldap_chkResponseList returns ld 0x801c07070 NULL
  39. ldap_int_select
  40. read1msg: ld 0x801c07070 msgid 1 all 1
  41. ber_get_next
  42. ber_get_next: tag 0x30 len 104 contents:
  43. read1msg: ld 0x801c07070 msgid 1 message type bind
  44. ber_scanf fmt ({eAA) ber:
  45. read1msg: ld 0x801c07070 0 new referrals
  46. read1msg: mark request completed, ld 0x801c07070 msgid 1
  47. request done: ld 0x801c07070 msgid 1
  48. res_errno: 49, res_error: <80090308: LdapErr: DSID-0C0903A9, comment: AcceptSecurityContext error, data 52e, v1db1>, res_matched: <>
  49. ldap_free_request (origid 1, msgid 1)
  50. ldap_parse_result
  51. ber_scanf fmt ({iAA) ber:
  52. ber_scanf fmt (}) ber:
  53. ldap_msgfree
  54. ldap_err2string
  55. ldap_bind: Invalid credentials (49)
  56. additional info: 80090308: LdapErr: DSID-0C0903A9, comment: AcceptSecurityContext error, data 52e, v1db1
  57. ldap_free_connection 1 1
  58. ldap_send_unbind
  59. ber_flush2: 7 bytes to sd 3
  60. ldap_free_connection: actually freed
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement