LDAP Tool
LDAP URL Builder
Construct RFC 4516 ldap:// and ldaps:// URLs from host, DN, scope, and filter.
Build a URL
ldaps://dc1.example.com:636/dc=example,dc=com?cn,mail?sub?(objectClass=person)Parse a URL
Schemeldaps
Hostdc1.example.com
Port636
Base DNdc=example,dc=com
Attributescn, mail
Scopesub
Filter(objectClass=person)