Identity & Access

Identity tools

LDAP Credential Tester & Utilities

Safe, standalone LDAP tools for building and validating LDAP components
Build Distinguished Name
Generated Distinguished Name
Common Bind DN Examples:
OpenLDAP: cn=admin,dc=example,dc=com
Active Directory: DOMAIN\user or [email protected]
Service Account: cn=service,ou=ServiceAccounts,dc=example,dc=com
LDAP Filter Parser
Parse Tree

Enter an LDAP filter above to see the parse tree

Filter Examples:

(objectClass=user)

(&(objectClass=user)(|(cn=John*)(sn=Smith))(mail=*@example.com))
LDAP URI Generator
Generated LDAP URI
URI Format Examples:
Standard LDAP:
ldap://ldap.example.com:389/dc=example,dc=com
Secure LDAPS:
ldaps://ldap.example.com:636/dc=example,dc=com
With Search Scope:
ldap://ldap.example.com:389/dc=example,dc=com?cn,sn,mail?sub?(objectClass=person)
LDIF Entry Builder
Generated LDIF
LDAP Attribute Reference Guide
Base64 ↔ UTF-8 Converter
Hex ↔ String Converter
Authentication Format Tester

Test and validate different LDAP authentication string formats without making live connections.

Validation Results

Enter an authentication string above to test the format

Format Examples:

cn=admin,dc=example,dc=com
Used in: OpenLDAP, generic LDAP

[email protected]
Used in: Active Directory, modern Windows

EXAMPLE\admin
Used in: Legacy Windows systems