Advertisement
Guest User

ldapsearch

a guest
Feb 23rd, 2018
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.71 KB | None | 0 0
  1. [root@ldap-prod-01 chaves]# ldapsearch -x -d 1 -Z -h ldap-prod-01.tchaves.com.br
  2. ldap_create
  3. ldap_url_parse_ext(ldap://ldap-prod-01.tchaves.com.br)
  4. ldap_extended_operation_s
  5. ldap_extended_operation
  6. ldap_send_initial_request
  7. ldap_new_connection 1 1 0
  8. ldap_int_open_connection
  9. ldap_connect_to_host: TCP ldap-prod-01.tchaves.com.br:389
  10. ldap_new_socket: 3
  11. ldap_prepare_socket: 3
  12. ldap_connect_to_host: Trying 192.168.5.3: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 ({) ber:
  20. ber_flush2: 31 bytes to sd 3
  21. ldap_result ld 0x1477360 msgid 1
  22. wait4msg ld 0x1477360 msgid 1 (infinite timeout)
  23. wait4msg continue ld 0x1477360 msgid 1 all 1
  24. ** ld 0x1477360 Connections:
  25. * host: ldap-prod-01.tchaves.com.br port: 389 (default)
  26. refcnt: 2 status: Connected
  27. last used: Fri Feb 23 15:10:50 2018
  28.  
  29.  
  30. ** ld 0x1477360 Outstanding Requests:
  31. * msgid 1, origid 1, status InProgress
  32. outstanding referrals 0, parent count 0
  33. ld 0x1477360 request count 1 (abandoned 0)
  34. ** ld 0x1477360 Response Queue:
  35. Empty
  36. ld 0x1477360 response count 0
  37. ldap_chkResponseList ld 0x1477360 msgid 1 all 1
  38. ldap_chkResponseList returns ld 0x1477360 NULL
  39. ldap_int_select
  40. read1msg: ld 0x1477360 msgid 1 all 1
  41. ber_get_next
  42. ber_get_next: tag 0x30 len 12 contents:
  43. read1msg: ld 0x1477360 msgid 1 message type extended-result
  44. ber_scanf fmt ({eAA) ber:
  45. read1msg: ld 0x1477360 0 new referrals
  46. read1msg: mark request completed, ld 0x1477360 msgid 1
  47. request done: ld 0x1477360 msgid 1
  48. res_errno: 0, res_error: <>, res_matched: <>
  49. ldap_free_request (origid 1, msgid 1)
  50. ldap_parse_extended_result
  51. ber_scanf fmt ({eAA) ber:
  52. ldap_parse_result
  53. ber_scanf fmt ({iAA) ber:
  54. ber_scanf fmt (}) ber:
  55. ldap_msgfree
  56. TLS: certdb config: configDir='/etc/openldap/certs' tokenDescription='ldap(0)' certPrefix='' keyPrefix='' flags=readOnly
  57. TLS: using moznss security dir /etc/openldap/certs prefix .
  58. TLS: error: tlsm_PR_Recv returned 0 - error 22:Invalid argument
  59. TLS: error: connect - force handshake failure: errno 22 - moznss error -5938
  60. TLS: can't connect: TLS error -5938:Encountered end of file.
  61. ldap_err2string
  62. ldap_start_tls: Connect error (-11)
  63. additional info: TLS error -5938:Encountered end of file
  64. ldap_sasl_bind
  65. ldap_send_initial_request
  66. ldap_send_server_request
  67. ber_scanf fmt ({it) ber:
  68. ber_scanf fmt ({i) ber:
  69. ber_flush2: 14 bytes to sd 3
  70. ldap_free_request (origid 2, msgid 2)
  71. ldap_free_connection 0 0
  72. ldap_free_connection: refcnt 1
  73. ldap_err2string
  74. ldap_sasl_bind(SIMPLE): Can't contact LDAP server (-1)
  75. ldap_free_connection 1 1
  76. ldap_send_unbind
  77. ber_flush2: 7 bytes to sd 3
  78. ldap_free_connection: actually freed
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement