PMDF System Manager's Guide


Previous Contents Index


test -url

Test an LDAP query URL.

Syntax

pmdf test -url [ldap-url]

Command Qualifiers Defaults
-debug -nodebug

restrictions

None.

prompts

_URL: ldap-url

Parameters

ldap-url

LDAP URL to try resolving.

Description

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.


Command Qualifiers

-debug

-nodebug (default)

The testing process is capable of producing additional debug output. The -debug qualifier enables this output; it is disabled by default.

EXAMPLES

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 mail attribute.


% 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