Test an LDAP query URL.
PMDF TEST/URL [ldap-url]
Command Qualifiers Defaults /DEBUG /NODEBUG
None.
_URL: | ldap-url |
ldap-url
LDAP URL to try resolving.
Test an LDAP query URL.Note that the LDAP server to query is controlled by the setting of the PMDF options LDAP_HOST and LDAP_PORT in the PMDF option file; see Section 7.3.2 .
/DEBUG
/NODEBUG (default)
The testing process is capable of producing additional debug output. The /DEBUG qualifier enables this output; it is disabled by default.
This example shows a sample query for a site acme.com that has set the LDAP_HOST and LDAP_PORT options in the PMDF option file to point to an LDAP server containing e-mail addresses in a
$ pmdf test/url "ldap:///dc=acme,dc=com?mail?sub?sn=doe" URL> Jane.Doe@acme.com URL> John.Doe@acme.com