Page tree
Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 3 Current »

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,

ldapsearch -h 10.248.143.36 -p 389 -s sub -b "ou=CA900, o=krypton.com, c=CA" "cn=Clark*"
  • No labels