LDAPURL(1) LDAPURL(1) (NAME) ldapurl - (URL) LDAP (SYNOPSIS) ldapurl [-a attrs] [-b searchbase] [-e [!]ext[=extparam]] [-E [!]ext[=extparam]] [-f filter] [-H ldapuri] [-h ldaphost] [-p ldapport] [-s {base|one|sub|children}] [-S scheme] (DESCRIPTION) ldapurl (URI) LDAP . -H ldapurl ldapuri (hex-escaped) . ldap_url_parse(3) . LDAP URI . -H -a -b -E -f -H -h -p -S -s . (OPTIONS) -a attrs (attribute selectors). -b searchbase searchbase ( ). -e [!]ext[=extparam] -e. '!' (critical) . : [!]assert= ( RFC 4515) !authzid= ("dn:" "u:") [!]bauthzid ( authzid RFC 3829) [!]chaining[=[/]] [!]manageDSAit [!]noop ppolicy [!]postread[=] ( ) [!]preread[=] ( ) [!]relax sessiontracking[=] abandon,cancel,ignore ( SIGINT abandon/cancel SIGINT . ) -E [!]ext[=extparam] URL -H. -f filter URL. LDAP RFC 4515 (hex- escaped) . -H ldapuri URI (explode). -h ldaphost . -p ldapport TCP. -S scheme (scheme) URL. ldapport scheme . -s {base|one|sub|children} (scope) base one sub children . sub . : children (subordinate) LDAPv3 . (OUTPUT FORMAT) -H ldapuri LDIF . URI . (EXAMPLES) : ldapurl -h ldap.example.com -b dc=example,dc=com -s sub -f "(cn=Some One)" : ldap://ldap.example.com:389/dc=example,dc=com??sub?(cn=Some%20One) : ldapurl -H ldap://ldap.example.com:389/dc=example,dc=com??sub?(cn=Some%20One) : scheme: ldap host: ldap.example.com port: 389 dn: dc=example,dc=com scope: sub filter: (cn=Some One) (DIAGNOSTICS) . . (SEE ALSO) ldap(3) ldap_url_parse(3) (AUTHORS) (ACKNOWLEDGEMENTS) OpenLDAP Software . OpenLDAP Software 3.3 LDAP . OpenLDAP 2.6.13 2026-03-09 LDAPURL(1)