Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migrated to Confluence 5.3

Many *nix systems have a command line program called ldapsearch. It is especially useful to verify LDAP connectivity besides just using telnet.

Here is a sample LDAP query using an anonymous bind,

Code Block
languagebash
ldapsearch -h 10.248.143.36 -p 389 -s sub -b "ou=CA900, o=krypton.com, c=CA" "cn=Clark*"