LDAP Tool

DN Parser

Break a distinguished name down into its RDN components, or build one from parts.

Build a DN
CN=Jane Doe,OU=Users,DC=example,DC=com
Parse a DN
CN=Jane Doe,OU=Engineering,OU=Users,DC=example,DC=com
  1. CN=Jane Doe
  2. OU=Engineering
  3. OU=Users
  4. DC=example
  5. DC=com