Advertisement
Guest User

Untitled

a guest
Oct 15th, 2019
97
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.33 KB | None | 0 0
  1. **** Working:
  2.  
  3. SERVER02:/tmp# ldapsearch -LLL -x -b "ou=People,dc=company,dc=com" -d 1
  4. ldap_create
  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_path
  10. ldap_new_socket: 4
  11. ldap_connect_to_path: Trying /var/run/slapd/ldapi
  12. ldap_connect_timeout: fd: 4 tm: -1 async: 0
  13. ldap_ndelay_on: 4
  14. ldap_ndelay_off: 4
  15. ldap_open_defconn: successful
  16. ldap_send_server_request
  17. ber_scanf fmt ({it) ber:
  18. ber_scanf fmt ({i) ber:
  19. ber_flush2: 14 bytes to sd 4
  20. ldap_result ld 0xb9044c68 msgid 1
  21.  
  22.  
  23.  
  24. **** Not working:
  25.  
  26. SERVER01:/etc/ldap/slapd.d# ldapsearch -LLL -x -b "ou=People,dc=company,dc=com" -d 1
  27. ldap_create
  28. ldap_sasl_bind
  29. ldap_send_initial_request
  30. ldap_new_connection 1 1 0
  31. ldap_int_open_connection
  32. ldap_connect_to_host: TCP usny1ldp.company.com:389
  33. ldap_new_socket: 4
  34. ldap_prepare_socket: 4
  35. ldap_connect_to_host: Trying 201.x.x.x:389
  36. ldap_pvt_connect: fd: 4 tm: -1 async: 0
  37. attempting to connect:
  38. connect errno: 110
  39. ldap_close_socket: 4
  40. ldap_int_open_connection
  41. ldap_connect_to_host: TCP usla1ldp.company.com:389
  42. ldap_new_socket: 4
  43. ldap_prepare_socket: 4
  44. ldap_connect_to_host: Trying 201.x.x.x:389
  45. ldap_pvt_connect: fd: 4 tm: -1 async: 0
  46. attempting to connect:
  47. connect errno: 110
  48. ldap_close_socket: 4
  49. ldap_err2string
  50. ldap_sasl_bind(SIMPLE): Can't contact LDAP server (-1)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement