Identity Management for Everyone

A secure, free, and high-performance public LDAP service for testing, development, or small businesses.

Documentation

Why OpenDirectory?

Lightning Fast

Built on high-performance directory engines optimized for high-read scenarios.

Secure by Default

Support for LDAPS (Port 636) and STARTTLS to ensure your data stays private.

Free for Life

Basic accounts offer all features for free and have no limits on renewals.

Integrate in Seconds

Use our public credentials to test your LDAP-enabled applications immediately. No sign-up required for basic testing.

  • Host: opendirectory.net
  • Port: 389 / 636
  • Base DN: dc=example,dc=opendirectory,dc=net
# Example LDAP Search
ldapsearch -x -H ldap://opendirectory.net \
 -b "dc=opendirectory,dc=net" \
 -D "cn=example,ou=admins,dc=opendirectory,dc=net" \
 -w Passw0rd