Previous | Next | Contents | Index |
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
The testing process is capable of producing additional debug output. The
-nodebug
(default)-debug
qualifier enables this output; it is disabled by default.
This example shows a sample query for a site example.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=example,dc=com?mail?sub?sn=doe'" URL> Jane.Doe@example.com URL> John.Doe@example.com
Previous | Next | Contents | Index |