There are a lot of LDAP-enabled applications out there. Many of them can use LDAP in some way, even if that is not the primary purpose of the application. For example, many email client have the ability to use an LDAP server as an address book, and many web containers have support for authenticating against an LDAP server. But there are also numerous applications and utilities whose core purpose involves LDAP communication. Some of those are listed here.

If there are other LDAP tools that you think should be listed here, feel free to submit them to feedback@ldap.com.

LDAP Browsers and Editors

Graphical tools for interacting with the data in an LDAP directory server.

LDAP Command-Line Tools

Each of the following products provides a number of command-line tools for interacting with directory servers:

  • OpenLDAP:

    • ldapadd
    • ldapcompare
    • ldapdelete
    • ldapexop
    • ldapmodify
    • ldapmodrdn
    • ldappasswd
    • ldapsearch
    • ldapurl
    • ldapwhoami
  • UnboundID LDAP SDK for Java:

    • authrate
    • base64
    • generate-schema-from-source
    • generate-source-from-schema
    • identify-references-to-missing-entries
    • identify-unique-attribute-conflicts
    • in-memory-directory-server
    • indent-ldap-filter
    • ldap-debugger
    • ldap-diff
    • ldap-result-code
    • ldapcompare
    • ldapdelete
    • ldapmodify
    • ldappasswordmodify
    • ldapsearch
    • ldif-diff
    • ldifmodify
    • ldifsearch
    • manage-certificates
    • modrate
    • move-subtree
    • oid-lookup
    • parallel-update
    • search-and-mod-rate
    • searchrate
    • split-ldif
    • transform-ldif
    • validate-ldap-schema
    • validate-ldif

In addition, the following additional command-line tools are available:

Benchmarking and Stress Testing

These tools can help you measure the performance of an LDAP directory server, or help ensure that it can stand up to the anticipated production load.

LDAP Data Synchronization

Most directory servers provide some level of support for replicating their data with other directory servers of the same type. But if you want to synchronize data between servers of different types, or if you want to synchronize data between a directory server and some other type of repository, you’ll need a more specialized tool, like the following:

LDAP Gateways

These gateways provide support for interacting with the data in an LDAP directory server through an alternative (usually web-based) protocol:

Name Services Support

In the enterprise, directory servers are often used to authenticate users to workstations and servers. The following tools can help with that:

Active Directory Tools

Other Tools

  • LDAP Tool Box — A collection of LDAP-related applications, administrative tools, and other utilities.
  • NetTools — A collection of tools for LDAP and Active Directory